- typedefs changed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user