Monotone-Parent: ff573bb1f50acc824847caf9e5e6ad101207f895

Monotone-Revision: 92b2fdd608b688167b4b789517424f79fd5cf6cd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-12-13T17:03:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-12-13 17:03:25 +00:00
parent 04b8942bc4
commit 15e5ad482c
5 changed files with 402 additions and 159 deletions

View File

@@ -24,25 +24,6 @@
#include <mapistore/mapistore.h>
#include <mapistore/mapistore_errors.h>
#include <dlinklist.h>
/* These are essentially local versions of part of the
C99 __STDC_FORMAT_MACROS */
#ifndef PRIx64
#if __WORDSIZE == 64
#define PRIx64 "lx"
#else
#define PRIx64 "llx"
#endif
#endif
#ifndef PRIX64
#if __WORDSIZE == 64
#define PRIX64 "lX"
#else
#define PRIX64 "llX"
#endif
#endif
@class MAPIStoreContext;
@@ -52,7 +33,7 @@ typedef struct {
__BEGIN_DECLS
int mapistore_init_backend(void);
int mapistore_init_backend(void);
__END_DECLS