comparison rc4.h @ 388:6ac8f69fc208 libavutil

Add multiple inclusion guards.
author diego
date Sun, 14 Oct 2007 09:51:38 +0000
parents ac27ad42f37f
children cf7833133c52
comparison
equal deleted inserted replaced
387:ac27ad42f37f 388:6ac8f69fc208
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef RC4_H
22 #ifndef RC4_H
23
21 void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen); 24 void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
25
26 #endif /* RC4_H */