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
+6 -2
View File
@@ -36,9 +36,13 @@
#include <utils/allocator.h>
#include <utils/logger_manager.h>
typedef struct private_socket_s private_socket_t;
struct private_socket_s{
typedef struct private_socket_t private_socket_t;
/**
* Private data of an socket_t object
*/
struct private_socket_t{
/**
* public functions
*/