summaryrefslogtreecommitdiff
path: root/libavutil/rc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/rc4.h')
-rw-r--r--libavutil/rc4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavutil/rc4.h b/libavutil/rc4.h
index 2ff9787003..e4546e3e9d 100644
--- a/libavutil/rc4.h
+++ b/libavutil/rc4.h
@@ -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 */