changeset 218:494f87dd50fa libavutil

10l typo
author michael
date Tue, 16 Jan 2007 19:18:50 +0000
parents 10fffb98ff76
children 26de83603cfa
files aes.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aes.h	Tue Jan 16 19:14:27 2007 +0000
+++ b/aes.h	Tue Jan 16 19:18:50 2007 +0000
@@ -40,6 +40,6 @@
  * @param iv initalization vector for CBC mode, if NULL then ECB will be used
  * @param decrypt 0 for encryption, 1 for decryption
  */
-void aes_crypt(AVAES *a, uint8_t *dst, uint8_t *src, int count, uint8_t *iv, int decrypt);
+void aes_crypt(struct AVAES *a, uint8_t *dst, uint8_t *src, int count, uint8_t *iv, int decrypt);
 
 #endif /* AES_H */