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
@@ -33,6 +33,8 @@
#include <definitions.h>
typedef enum encoding_type_t encoding_type_t;
/**
* @brief All different kinds of encoding types.
*
@@ -40,9 +42,7 @@
* which has to be parsed or generated differently has its own
* type defined here.
*/
typedef enum encoding_type_e encoding_type_t;
enum encoding_type_e{
enum encoding_type_t{
/**
* Representing a 4 Bit unsigned int value
*