aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-arg.h')
-rw-r--r--camel/camel-arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-arg.h b/camel/camel-arg.h
index 1213596457..ebecc0f217 100644
--- a/camel/camel-arg.h
+++ b/camel/camel-arg.h
@@ -45,6 +45,7 @@ enum camel_arg_t {
CAMEL_ARG_DBL = 0x20000000, /* double */
CAMEL_ARG_STR = 0x30000000, /* c string */
CAMEL_ARG_PTR = 0x40000000, /* ptr */
+ CAMEL_ARG_BOO = 0x50000000, /* bool */
};
typedef struct _CamelArg CamelArg;