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
+4 -3
View File
@@ -43,14 +43,15 @@
typedef struct private_parser_t private_parser_t;
/**
* @private data stored in a context
*
* contains pointers and counters to store current state
*/
typedef struct private_parser_s private_parser_t;
struct private_parser_s {
struct private_parser_t {
/**
* Public members, see parser_t
*/