~ubuntu-branches/ubuntu/oneiric/openchange/oneiric

« back to all changes in this revision

Viewing changes to libmapi/libmapi_private.h

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-08-23 15:49:09 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100823154909-bcnwfljpc5gwhbtd
Tags: 1:0.9+svn2158-0ubuntu1
* New upstream snapshot. LP: #632519
* Change section of libmapi0, libmapipp0, libocpf0 to libs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
__BEGIN_DECLS
73
73
 
 
74
/* The following private definitions come from ndr_mapi.c */
 
75
void obfuscate_data(uint8_t *, uint32_t, uint8_t);
 
76
enum ndr_err_code ndr_pull_lzxpress_decompress(struct ndr_pull *, struct ndr_pull **, ssize_t);
 
77
enum ndr_err_code ndr_push_lzxpress_compress(struct ndr_push *, struct ndr_push *);
 
78
 
74
79
/* The following private definitions come from libmapi/nspi.c */
75
80
int nspi_disconnect_dtor(void *);
76
81