Mercurial > libavutil.hg
changeset 388:6ac8f69fc208 libavutil
Add multiple inclusion guards.
author | diego |
---|---|
date | Sun, 14 Oct 2007 09:51:38 +0000 |
parents | ac27ad42f37f |
children | cf7833133c52 |
files | rc4.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rc4.h Sun Oct 14 09:32:06 2007 +0000 +++ b/rc4.h Sun Oct 14 09:51:38 2007 +0000 @@ -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 */