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
+3 -3
View File
@@ -28,6 +28,8 @@
#include <encoding/payloads/payload.h>
typedef struct parser_t parser_t;
/**
* @brief A parser_t object which parses payloads
*
@@ -35,9 +37,7 @@
* payloads can be parsed out of the chunk using parse_payload.
* The parser remains the state until destroyed.
*/
typedef struct parser_s parser_t;
struct parser_s {
struct parser_t {
/**
* @brief parses the next payload