Commit 8a6386a4 authored by diego's avatar diego

Add multiple inclusion guards.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10732 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2cfcb432
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment