From 21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 21 Oct 2003 18:51:30 +0000 Subject: Merge new-ui-branch into the trunk. svn path=/trunk/; revision=22966 --- camel/camel-arg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-arg.h') 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; -- cgit v1.2.3