- typedefs changed

This commit is contained in:
Martin Willi
2005-11-24 11:30:19 +00:00
parent 95c61cb956
commit 5796aa164d
61 changed files with 303 additions and 242 deletions
@@ -27,13 +27,13 @@
#include <transforms/hashers/hasher.h>
typedef struct hasher_md5_t hasher_md5_t;
/**
* Object representing the md5 hasher
*
*/
typedef struct hasher_md5_s hasher_md5_t;
struct hasher_md5_s {
struct hasher_md5_t {
/**
* generic hasher_t interface for this hasher