- 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
+3 -3
View File
@@ -26,12 +26,12 @@
#include <encoding/payloads/transform_substructure.h>
typedef struct crypter_t crypter_t;
/**
* Object representing a crypter object
*/
typedef struct crypter_s crypter_t;
struct crypter_s {
struct crypter_t {
/**
* @brief Encrypt a chunk of data and allocate space for
* the encrypted value.