summaryrefslogtreecommitdiff
path: root/src/glibext/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/configuration.h')
-rw-r--r--src/glibext/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glibext/configuration.h b/src/glibext/configuration.h
index bed0462..c78d3ca 100644
--- a/src/glibext/configuration.h
+++ b/src/glibext/configuration.h
@@ -38,6 +38,7 @@ typedef enum _ConfigParamType
{
CPT_BOOLEAN, /* Valeur booléenne */
CPT_INTEGER, /* Valeur entière */
+ CPT_ULONG, /* Valeur entière positive */
CPT_STRING, /* Chaîne de caractère */
CPT_COUNT