comparison md5.h @ 49:1a9c62b337e4 libavutil

kill warnings
author mru
date Sun, 02 Jul 2006 19:26:22 +0000
parents 58acf79a19d3
children 11be8e0d1344
comparison
equal deleted inserted replaced
48:e80a1c46386a 49:1a9c62b337e4
1 #ifndef MD5_H 1 #ifndef MD5_H
2 #define MD5_H 2 #define MD5_H
3 3
4 extern const av_md5_size; 4 extern const int av_md5_size;
5 5
6 struct AVMD5; 6 struct AVMD5;
7 7
8 void av_md5_init(struct AVMD5 *ctx); 8 void av_md5_init(struct AVMD5 *ctx);
9 void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len); 9 void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len);