summaryrefslogtreecommitdiff
path: root/include/grail.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-19 22:11:38 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-19 22:11:38 +0200
commit8331322a0fec7277366a29a970eafbb795c08432 (patch)
treef533da503ec1baf80450198fa088a944192e4e54 /include/grail.h
parent61d778784817e349e5ef7e419adfc0b521b7e33a (diff)
Crank up the maximum number of properties
To prepare for the (for maverick only) addition of individual contact information via the properties array, increase the maximum number of contacts. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'include/grail.h')
-rw-r--r--include/grail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grail.h b/include/grail.h
index 40cf22f..e2356da 100644
--- a/include/grail.h
+++ b/include/grail.h
@@ -30,7 +30,7 @@
30#define DIM_GRAIL_TYPE 64 30#define DIM_GRAIL_TYPE 64
31#define DIM_GRAIL_TYPE_BYTES ((DIM_GRAIL_TYPE + 7) >> 3) 31#define DIM_GRAIL_TYPE_BYTES ((DIM_GRAIL_TYPE + 7) >> 3)
32 32
33#define DIM_GRAIL_PROP 16 33#define DIM_GRAIL_PROP 32
34#define DIM_GRAIL_PROP_BYTES ((DIM_GRAIL_PROP + 7) >> 3) 34#define DIM_GRAIL_PROP_BYTES ((DIM_GRAIL_PROP + 7) >> 3)
35 35
36#define GRAIL_STATUS_BEGIN 0 36#define GRAIL_STATUS_BEGIN 0