- typedefs changed

This commit is contained in:
Martin Willi
2005-11-24 11:30:19 +00:00
parent 95c61cb956
commit 5796aa164d
61 changed files with 303 additions and 242 deletions
+20 -3
View File
@@ -59,6 +59,22 @@
#error "BYTE_ORDER must be defined"
#endif
/**
* Doxygen namespace support
*/
/**
* @addtogroup transforms
*/
/**
* @addtogroup prfs
*
* @ingroup transforms
*/
/**
* macro gives back larger of two values
*/
@@ -76,11 +92,12 @@
*/
#define MAPPING_END (-1)
typedef struct mapping_t mapping_t;
/**
* @brief mapping entry, where enum-to-string mappings are stored
* @brief mapping entry, where enum-to-string mappings are stored.
*/
typedef struct mapping_s mapping_t;
struct mapping_s
struct mapping_t
{
/**
* enumeration value