4c16423bd42eecc8e8bf656f7d0de06718f6f5f5
[tridge/openchange.git] / branches / plugfest / mapiproxy / servers / default / rfr / dcesrv_exchange_ds_rfr.h
1 /*
2    MAPI Proxy - Exchange RFR Server
3
4    OpenChange Project
5
6    Copyright (C) Julien Kerihuel 2009
7
8    This program is free software; you can redistribute it and/or modify
9    it under the terms of the GNU General Public License as published by
10    the Free Software Foundation; either version 3 of the License, or
11    (at your option) any later version.
12    
13    This program is distributed in the hope that it will be useful,
14    but WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    GNU General Public License for more details.
17    
18    You should have received a copy of the GNU General Public License
19    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20  */
21
22 #ifndef __DCESRV_EXCHANGE_DS_RFR_H
23 #define __DCESRV_EXCHANGE_DS_RFR_H
24
25 #include "mapiproxy/libmapiproxy/libmapiproxy.h"
26 #include <util/debug.h>
27
28 #ifndef __BEGIN_DECLS
29 #ifdef  __cplusplus
30 #define __BEGIN_DECLS           extern "C" {
31 #define __END_DECLS             }
32 #else
33 #define __BEGIN_DECLS
34 #define __END_DECLS
35 #endif
36 #endif
37
38 __BEGIN_DECLS
39
40 NTSTATUS        samba_init_module(void);
41
42 __END_DECLS
43
44 #endif  /* __DCESRV_EXCHANGE_DS_RFR_H */