aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/definitions.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-24 11:30:19 +0000
committerMartin Willi <martin@strongswan.org>2005-11-24 11:30:19 +0000
commit5796aa164d79b2ffaf2839b281d490be6a72d1d8 (patch)
tree4031a623426b19bf03b2c61cd73a504e218fb1fb /Source/charon/definitions.h
parent95c61cb956505cdb0a91c8c8cd134dda3aac744d (diff)
downloadstrongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.bz2
strongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.xz
- typedefs changed
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r--Source/charon/definitions.h23
1 files changed, 20 insertions, 3 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h
index c3c481af7..784d1643a 100644
--- a/Source/charon/definitions.h
+++ b/Source/charon/definitions.h
@@ -60,6 +60,22 @@
#endif
/**
+ * Doxygen namespace support
+ */
+
+
+/**
+ * @addtogroup transforms
+ */
+
+/**
+ * @addtogroup prfs
+ *
+ * @ingroup transforms
+ */
+
+
+/**
* macro gives back larger of two values
*/
#define max(x,y) (x > y ? x : y)
@@ -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