OSDN Git Service

Add multiple inclusion guards.
authorDiego Biurrun <diego@biurrun.de>
Sun, 14 Oct 2007 09:51:38 +0000 (09:51 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 14 Oct 2007 09:51:38 +0000 (09:51 +0000)
Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/rc4.h

index 2ff9787..e4546e3 100644 (file)
@@ -18,4 +18,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef RC4_H
+#ifndef RC4_H
+
 void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
+
+#endif /* RC4_H */