Monotone-Parent: dc704fb10726eca5edd9213a64dd7edc139de7b4

Monotone-Revision: 1e777b448f611699c505f7adf188b474c8be8766

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-15T19:29:30
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-15 19:29:30 +00:00
parent bed667434c
commit 1736de0c4b
9 changed files with 52 additions and 50 deletions
+3 -3
View File
@@ -40,9 +40,9 @@ struct MAPIStoreTallocWrapper
@interface NSObject (MAPIStoreDataTypes)
- (enum MAPISTATUS) getMAPIValue: (void **) data
forTag: (enum MAPITAGS) propTag
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getMAPIValue: (void **) data
forTag: (enum MAPITAGS) propTag
inMemCtx: (TALLOC_CTX *) memCtx;
@end