Monotone-Parent: a771bdffe7239e11ba5bb65889dde6d5d3a879f3

Monotone-Revision: a9886e6c9acfb5c097b185a254e620a6a0094f1f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-09-30T19:58:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-09-30 19:58:39 +00:00
parent 7f80374888
commit 18686beb11
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@
@interface NSMutableData (MAPIStoreDataTypes)
- (void) appendUInt8: (uint8_t) value;
- (void) appendUInt16: (uint16_t) value;
- (void) appendUInt32: (uint32_t) value;
@end