changed enum and structs names to _t

This commit is contained in:
Jan Hutter
2005-11-24 09:17:51 +00:00
parent 1f9c9180e4
commit 95c61cb956
45 changed files with 199 additions and 178 deletions
+7 -2
View File
@@ -31,9 +31,14 @@
#include <encoding/payloads/encodings.h>
#include <utils/allocator.h>
typedef struct private_ike_header_s private_ike_header_t;
struct private_ike_header_s {
typedef struct private_ike_header_t private_ike_header_t;
/**
* Private data of an ike_header_t Object
*
*/
struct private_ike_header_t {
/**
* public interface
*/