mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add multiple inclusion guards.
Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c1d5a67c56
commit
d02f15476f
@ -18,4 +18,9 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* 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);
|
void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
|
||||||
|
|
||||||
|
#endif /* RC4_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user