oc: Use enum mapistore_error as returned value for setReadFlag

This commit is contained in:
Enrique J. Hernández Blasco
2015-09-04 16:15:05 +02:00
parent 190f27ed7c
commit f19074334c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
withAID: (uint32_t) aid;
- (int) getAttachmentTable: (MAPIStoreAttachmentTable **) tablePtr
andRowCount: (uint32_t *) countPtr;
- (int) setReadFlag: (uint8_t) flag;
- (enum mapistore_error) setReadFlag: (uint8_t) flag;
- (enum mapistore_error) saveMessage: (TALLOC_CTX *) memCtx;
- (NSArray *) activeContainerMessageTables;