~ubuntu-branches/debian/jessie/openchange/jessie

« back to all changes in this revision

Viewing changes to libmapi/libmapi.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-04-24 00:29:19 UTC
  • mfrom: (1.2.8) (4.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20140424002919-96es5uhyy3jjzgid
Tags: 1:2.1-1
* New upstream release.
 + Stop removing broken manpages, upstream on longer installs them.
* Add upstream signing key.
* Run test suite during build.
 + Add dependency on python-twisted-core for trial and python-testtools.
 + Add fix-tests patch, cherry-picked from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   OpenChange MAPI implementation.
3
3
   libmapi public header file
4
4
 
5
 
   Copyright (C) Julien Kerihuel 2007-2011.
 
5
   Copyright (C) Julien Kerihuel 2007-2013.
6
6
 
7
7
   This program is free software; you can redistribute it and/or modify
8
8
   it under the terms of the GNU General Public License as published by
70
70
#include "libmapi/idset.h"
71
71
#include "libmapi/property_tags.h"
72
72
#include "libmapi/property_altnames.h"
 
73
#include "libmapi/fxics.h"
73
74
 
74
75
#undef _PRINTF_ATTRIBUTE
75
76
#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
111
112
enum MAPISTATUS         nspi_GetIDsFromNames(struct nspi_context *, TALLOC_CTX *, bool, uint32_t, struct PropertyName_r *, struct SPropTagArray **);
112
113
enum MAPISTATUS         nspi_ResolveNames(struct nspi_context *, TALLOC_CTX *, const char **, struct SPropTagArray *, struct PropertyRowSet_r ***, struct PropertyTagArray_r ***);
113
114
enum MAPISTATUS         nspi_ResolveNamesW(struct nspi_context *, TALLOC_CTX *, const char **, struct SPropTagArray *, struct PropertyRowSet_r ***, struct PropertyTagArray_r ***);
 
115
void                    nspi_dump_STAT(const char *, struct STAT *);
114
116
 
115
117
/* The following public definitions come from libmapi/emsmdb.c */
116
118
NTSTATUS                emsmdb_transaction_null(struct emsmdb_context *, struct mapi_response **);