comparison src/xs_support.h @ 967:0233c5fd7d5e

Add separate function for printing MD5 hashes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Nov 2012 00:11:00 +0200
parents 3c2efa18c422
children
comparison
equal deleted inserted replaced
966:c9239b7d8bff 967:0233c5fd7d5e
158 #ifndef AUDACIOUS_PLUGIN 158 #ifndef AUDACIOUS_PLUGIN
159 void xs_md5_init(xs_md5state_t *ctx); 159 void xs_md5_init(xs_md5state_t *ctx);
160 void xs_md5_append(xs_md5state_t *ctx, const guint8 *buf, guint len); 160 void xs_md5_append(xs_md5state_t *ctx, const guint8 *buf, guint len);
161 void xs_md5_finish(xs_md5state_t *ctx, xs_md5hash_t digest); 161 void xs_md5_finish(xs_md5state_t *ctx, xs_md5hash_t digest);
162 #endif 162 #endif
163 void xs_md5_print(FILE *, xs_md5hash_t digest);
163 164
164 #ifdef __cplusplus 165 #ifdef __cplusplus
165 } 166 }
166 #endif 167 #endif
167 #endif /* XS_SUPPORT_H */ 168 #endif /* XS_SUPPORT_H */