- 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_sha1_t hasher_sha1_t;
/**
* Object representing the sha1 hasher
*
*/
typedef struct hasher_sha1_s hasher_sha1_t;
struct hasher_sha1_s {
struct hasher_sha1_t {
/**
* generic hasher_t interface for this hasher