~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

Viewing changes to source3/librpc/gen_ndr/ndr_wzcsvc_c.h

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "librpc/rpc/dcerpc.h"
 
2
#include "librpc/gen_ndr/wzcsvc.h"
 
3
#ifndef _HEADER_RPC_wzcsvc
 
4
#define _HEADER_RPC_wzcsvc
 
5
 
 
6
extern const struct ndr_interface_table ndr_table_wzcsvc;
 
7
 
 
8
struct tevent_req *dcerpc_wzcsvc_EnumInterfaces_r_send(TALLOC_CTX *mem_ctx,
 
9
        struct tevent_context *ev,
 
10
        struct dcerpc_binding_handle *h,
 
11
        struct wzcsvc_EnumInterfaces *r);
 
12
NTSTATUS dcerpc_wzcsvc_EnumInterfaces_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
13
NTSTATUS dcerpc_wzcsvc_EnumInterfaces_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EnumInterfaces *r);
 
14
struct tevent_req *dcerpc_wzcsvc_EnumInterfaces_send(TALLOC_CTX *mem_ctx,
 
15
                                                     struct tevent_context *ev,
 
16
                                                     struct dcerpc_binding_handle *h);
 
17
NTSTATUS dcerpc_wzcsvc_EnumInterfaces_recv(struct tevent_req *req,
 
18
                                           TALLOC_CTX *mem_ctx);
 
19
NTSTATUS dcerpc_wzcsvc_EnumInterfaces(struct dcerpc_binding_handle *h,
 
20
                                      TALLOC_CTX *mem_ctx);
 
21
 
 
22
struct tevent_req *dcerpc_wzcsvc_QueryInterface_r_send(TALLOC_CTX *mem_ctx,
 
23
        struct tevent_context *ev,
 
24
        struct dcerpc_binding_handle *h,
 
25
        struct wzcsvc_QueryInterface *r);
 
26
NTSTATUS dcerpc_wzcsvc_QueryInterface_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
27
NTSTATUS dcerpc_wzcsvc_QueryInterface_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_QueryInterface *r);
 
28
struct tevent_req *dcerpc_wzcsvc_QueryInterface_send(TALLOC_CTX *mem_ctx,
 
29
                                                     struct tevent_context *ev,
 
30
                                                     struct dcerpc_binding_handle *h);
 
31
NTSTATUS dcerpc_wzcsvc_QueryInterface_recv(struct tevent_req *req,
 
32
                                           TALLOC_CTX *mem_ctx);
 
33
NTSTATUS dcerpc_wzcsvc_QueryInterface(struct dcerpc_binding_handle *h,
 
34
                                      TALLOC_CTX *mem_ctx);
 
35
 
 
36
struct tevent_req *dcerpc_wzcsvc_SetInterface_r_send(TALLOC_CTX *mem_ctx,
 
37
        struct tevent_context *ev,
 
38
        struct dcerpc_binding_handle *h,
 
39
        struct wzcsvc_SetInterface *r);
 
40
NTSTATUS dcerpc_wzcsvc_SetInterface_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
41
NTSTATUS dcerpc_wzcsvc_SetInterface_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_SetInterface *r);
 
42
struct tevent_req *dcerpc_wzcsvc_SetInterface_send(TALLOC_CTX *mem_ctx,
 
43
                                                   struct tevent_context *ev,
 
44
                                                   struct dcerpc_binding_handle *h);
 
45
NTSTATUS dcerpc_wzcsvc_SetInterface_recv(struct tevent_req *req,
 
46
                                         TALLOC_CTX *mem_ctx);
 
47
NTSTATUS dcerpc_wzcsvc_SetInterface(struct dcerpc_binding_handle *h,
 
48
                                    TALLOC_CTX *mem_ctx);
 
49
 
 
50
struct tevent_req *dcerpc_wzcsvc_RefreshInterface_r_send(TALLOC_CTX *mem_ctx,
 
51
        struct tevent_context *ev,
 
52
        struct dcerpc_binding_handle *h,
 
53
        struct wzcsvc_RefreshInterface *r);
 
54
NTSTATUS dcerpc_wzcsvc_RefreshInterface_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
55
NTSTATUS dcerpc_wzcsvc_RefreshInterface_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_RefreshInterface *r);
 
56
struct tevent_req *dcerpc_wzcsvc_RefreshInterface_send(TALLOC_CTX *mem_ctx,
 
57
                                                       struct tevent_context *ev,
 
58
                                                       struct dcerpc_binding_handle *h);
 
59
NTSTATUS dcerpc_wzcsvc_RefreshInterface_recv(struct tevent_req *req,
 
60
                                             TALLOC_CTX *mem_ctx);
 
61
NTSTATUS dcerpc_wzcsvc_RefreshInterface(struct dcerpc_binding_handle *h,
 
62
                                        TALLOC_CTX *mem_ctx);
 
63
 
 
64
struct tevent_req *dcerpc_wzcsvc_QueryContext_r_send(TALLOC_CTX *mem_ctx,
 
65
        struct tevent_context *ev,
 
66
        struct dcerpc_binding_handle *h,
 
67
        struct wzcsvc_QueryContext *r);
 
68
NTSTATUS dcerpc_wzcsvc_QueryContext_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
69
NTSTATUS dcerpc_wzcsvc_QueryContext_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_QueryContext *r);
 
70
struct tevent_req *dcerpc_wzcsvc_QueryContext_send(TALLOC_CTX *mem_ctx,
 
71
                                                   struct tevent_context *ev,
 
72
                                                   struct dcerpc_binding_handle *h);
 
73
NTSTATUS dcerpc_wzcsvc_QueryContext_recv(struct tevent_req *req,
 
74
                                         TALLOC_CTX *mem_ctx);
 
75
NTSTATUS dcerpc_wzcsvc_QueryContext(struct dcerpc_binding_handle *h,
 
76
                                    TALLOC_CTX *mem_ctx);
 
77
 
 
78
struct tevent_req *dcerpc_wzcsvc_SetContext_r_send(TALLOC_CTX *mem_ctx,
 
79
        struct tevent_context *ev,
 
80
        struct dcerpc_binding_handle *h,
 
81
        struct wzcsvc_SetContext *r);
 
82
NTSTATUS dcerpc_wzcsvc_SetContext_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
83
NTSTATUS dcerpc_wzcsvc_SetContext_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_SetContext *r);
 
84
struct tevent_req *dcerpc_wzcsvc_SetContext_send(TALLOC_CTX *mem_ctx,
 
85
                                                 struct tevent_context *ev,
 
86
                                                 struct dcerpc_binding_handle *h);
 
87
NTSTATUS dcerpc_wzcsvc_SetContext_recv(struct tevent_req *req,
 
88
                                       TALLOC_CTX *mem_ctx);
 
89
NTSTATUS dcerpc_wzcsvc_SetContext(struct dcerpc_binding_handle *h,
 
90
                                  TALLOC_CTX *mem_ctx);
 
91
 
 
92
struct tevent_req *dcerpc_wzcsvc_EapolUIResponse_r_send(TALLOC_CTX *mem_ctx,
 
93
        struct tevent_context *ev,
 
94
        struct dcerpc_binding_handle *h,
 
95
        struct wzcsvc_EapolUIResponse *r);
 
96
NTSTATUS dcerpc_wzcsvc_EapolUIResponse_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
97
NTSTATUS dcerpc_wzcsvc_EapolUIResponse_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EapolUIResponse *r);
 
98
struct tevent_req *dcerpc_wzcsvc_EapolUIResponse_send(TALLOC_CTX *mem_ctx,
 
99
                                                      struct tevent_context *ev,
 
100
                                                      struct dcerpc_binding_handle *h);
 
101
NTSTATUS dcerpc_wzcsvc_EapolUIResponse_recv(struct tevent_req *req,
 
102
                                            TALLOC_CTX *mem_ctx);
 
103
NTSTATUS dcerpc_wzcsvc_EapolUIResponse(struct dcerpc_binding_handle *h,
 
104
                                       TALLOC_CTX *mem_ctx);
 
105
 
 
106
struct tevent_req *dcerpc_wzcsvc_EapolGetCustomAuthData_r_send(TALLOC_CTX *mem_ctx,
 
107
        struct tevent_context *ev,
 
108
        struct dcerpc_binding_handle *h,
 
109
        struct wzcsvc_EapolGetCustomAuthData *r);
 
110
NTSTATUS dcerpc_wzcsvc_EapolGetCustomAuthData_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
111
NTSTATUS dcerpc_wzcsvc_EapolGetCustomAuthData_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EapolGetCustomAuthData *r);
 
112
struct tevent_req *dcerpc_wzcsvc_EapolGetCustomAuthData_send(TALLOC_CTX *mem_ctx,
 
113
                                                             struct tevent_context *ev,
 
114
                                                             struct dcerpc_binding_handle *h);
 
115
NTSTATUS dcerpc_wzcsvc_EapolGetCustomAuthData_recv(struct tevent_req *req,
 
116
                                                   TALLOC_CTX *mem_ctx);
 
117
NTSTATUS dcerpc_wzcsvc_EapolGetCustomAuthData(struct dcerpc_binding_handle *h,
 
118
                                              TALLOC_CTX *mem_ctx);
 
119
 
 
120
struct tevent_req *dcerpc_wzcsvc_EapolSetCustomAuthData_r_send(TALLOC_CTX *mem_ctx,
 
121
        struct tevent_context *ev,
 
122
        struct dcerpc_binding_handle *h,
 
123
        struct wzcsvc_EapolSetCustomAuthData *r);
 
124
NTSTATUS dcerpc_wzcsvc_EapolSetCustomAuthData_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
125
NTSTATUS dcerpc_wzcsvc_EapolSetCustomAuthData_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EapolSetCustomAuthData *r);
 
126
struct tevent_req *dcerpc_wzcsvc_EapolSetCustomAuthData_send(TALLOC_CTX *mem_ctx,
 
127
                                                             struct tevent_context *ev,
 
128
                                                             struct dcerpc_binding_handle *h);
 
129
NTSTATUS dcerpc_wzcsvc_EapolSetCustomAuthData_recv(struct tevent_req *req,
 
130
                                                   TALLOC_CTX *mem_ctx);
 
131
NTSTATUS dcerpc_wzcsvc_EapolSetCustomAuthData(struct dcerpc_binding_handle *h,
 
132
                                              TALLOC_CTX *mem_ctx);
 
133
 
 
134
struct tevent_req *dcerpc_wzcsvc_EapolGetInterfaceParams_r_send(TALLOC_CTX *mem_ctx,
 
135
        struct tevent_context *ev,
 
136
        struct dcerpc_binding_handle *h,
 
137
        struct wzcsvc_EapolGetInterfaceParams *r);
 
138
NTSTATUS dcerpc_wzcsvc_EapolGetInterfaceParams_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
139
NTSTATUS dcerpc_wzcsvc_EapolGetInterfaceParams_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EapolGetInterfaceParams *r);
 
140
struct tevent_req *dcerpc_wzcsvc_EapolGetInterfaceParams_send(TALLOC_CTX *mem_ctx,
 
141
                                                              struct tevent_context *ev,
 
142
                                                              struct dcerpc_binding_handle *h);
 
143
NTSTATUS dcerpc_wzcsvc_EapolGetInterfaceParams_recv(struct tevent_req *req,
 
144
                                                    TALLOC_CTX *mem_ctx);
 
145
NTSTATUS dcerpc_wzcsvc_EapolGetInterfaceParams(struct dcerpc_binding_handle *h,
 
146
                                               TALLOC_CTX *mem_ctx);
 
147
 
 
148
struct tevent_req *dcerpc_wzcsvc_EapolSetInterfaceParams_r_send(TALLOC_CTX *mem_ctx,
 
149
        struct tevent_context *ev,
 
150
        struct dcerpc_binding_handle *h,
 
151
        struct wzcsvc_EapolSetInterfaceParams *r);
 
152
NTSTATUS dcerpc_wzcsvc_EapolSetInterfaceParams_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
153
NTSTATUS dcerpc_wzcsvc_EapolSetInterfaceParams_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EapolSetInterfaceParams *r);
 
154
struct tevent_req *dcerpc_wzcsvc_EapolSetInterfaceParams_send(TALLOC_CTX *mem_ctx,
 
155
                                                              struct tevent_context *ev,
 
156
                                                              struct dcerpc_binding_handle *h);
 
157
NTSTATUS dcerpc_wzcsvc_EapolSetInterfaceParams_recv(struct tevent_req *req,
 
158
                                                    TALLOC_CTX *mem_ctx);
 
159
NTSTATUS dcerpc_wzcsvc_EapolSetInterfaceParams(struct dcerpc_binding_handle *h,
 
160
                                               TALLOC_CTX *mem_ctx);
 
161
 
 
162
struct tevent_req *dcerpc_wzcsvc_EapolReAuthenticateInterface_r_send(TALLOC_CTX *mem_ctx,
 
163
        struct tevent_context *ev,
 
164
        struct dcerpc_binding_handle *h,
 
165
        struct wzcsvc_EapolReAuthenticateInterface *r);
 
166
NTSTATUS dcerpc_wzcsvc_EapolReAuthenticateInterface_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
167
NTSTATUS dcerpc_wzcsvc_EapolReAuthenticateInterface_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EapolReAuthenticateInterface *r);
 
168
struct tevent_req *dcerpc_wzcsvc_EapolReAuthenticateInterface_send(TALLOC_CTX *mem_ctx,
 
169
                                                                   struct tevent_context *ev,
 
170
                                                                   struct dcerpc_binding_handle *h);
 
171
NTSTATUS dcerpc_wzcsvc_EapolReAuthenticateInterface_recv(struct tevent_req *req,
 
172
                                                         TALLOC_CTX *mem_ctx);
 
173
NTSTATUS dcerpc_wzcsvc_EapolReAuthenticateInterface(struct dcerpc_binding_handle *h,
 
174
                                                    TALLOC_CTX *mem_ctx);
 
175
 
 
176
struct tevent_req *dcerpc_wzcsvc_EapolQueryInterfaceState_r_send(TALLOC_CTX *mem_ctx,
 
177
        struct tevent_context *ev,
 
178
        struct dcerpc_binding_handle *h,
 
179
        struct wzcsvc_EapolQueryInterfaceState *r);
 
180
NTSTATUS dcerpc_wzcsvc_EapolQueryInterfaceState_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
181
NTSTATUS dcerpc_wzcsvc_EapolQueryInterfaceState_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EapolQueryInterfaceState *r);
 
182
struct tevent_req *dcerpc_wzcsvc_EapolQueryInterfaceState_send(TALLOC_CTX *mem_ctx,
 
183
                                                               struct tevent_context *ev,
 
184
                                                               struct dcerpc_binding_handle *h);
 
185
NTSTATUS dcerpc_wzcsvc_EapolQueryInterfaceState_recv(struct tevent_req *req,
 
186
                                                     TALLOC_CTX *mem_ctx);
 
187
NTSTATUS dcerpc_wzcsvc_EapolQueryInterfaceState(struct dcerpc_binding_handle *h,
 
188
                                                TALLOC_CTX *mem_ctx);
 
189
 
 
190
struct tevent_req *dcerpc_wzcsvc_OpenWZCDbLogSession_r_send(TALLOC_CTX *mem_ctx,
 
191
        struct tevent_context *ev,
 
192
        struct dcerpc_binding_handle *h,
 
193
        struct wzcsvc_OpenWZCDbLogSession *r);
 
194
NTSTATUS dcerpc_wzcsvc_OpenWZCDbLogSession_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
195
NTSTATUS dcerpc_wzcsvc_OpenWZCDbLogSession_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_OpenWZCDbLogSession *r);
 
196
struct tevent_req *dcerpc_wzcsvc_OpenWZCDbLogSession_send(TALLOC_CTX *mem_ctx,
 
197
                                                          struct tevent_context *ev,
 
198
                                                          struct dcerpc_binding_handle *h);
 
199
NTSTATUS dcerpc_wzcsvc_OpenWZCDbLogSession_recv(struct tevent_req *req,
 
200
                                                TALLOC_CTX *mem_ctx);
 
201
NTSTATUS dcerpc_wzcsvc_OpenWZCDbLogSession(struct dcerpc_binding_handle *h,
 
202
                                           TALLOC_CTX *mem_ctx);
 
203
 
 
204
struct tevent_req *dcerpc_wzcsvc_CloseWZCDbLogSession_r_send(TALLOC_CTX *mem_ctx,
 
205
        struct tevent_context *ev,
 
206
        struct dcerpc_binding_handle *h,
 
207
        struct wzcsvc_CloseWZCDbLogSession *r);
 
208
NTSTATUS dcerpc_wzcsvc_CloseWZCDbLogSession_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
209
NTSTATUS dcerpc_wzcsvc_CloseWZCDbLogSession_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_CloseWZCDbLogSession *r);
 
210
struct tevent_req *dcerpc_wzcsvc_CloseWZCDbLogSession_send(TALLOC_CTX *mem_ctx,
 
211
                                                           struct tevent_context *ev,
 
212
                                                           struct dcerpc_binding_handle *h);
 
213
NTSTATUS dcerpc_wzcsvc_CloseWZCDbLogSession_recv(struct tevent_req *req,
 
214
                                                 TALLOC_CTX *mem_ctx);
 
215
NTSTATUS dcerpc_wzcsvc_CloseWZCDbLogSession(struct dcerpc_binding_handle *h,
 
216
                                            TALLOC_CTX *mem_ctx);
 
217
 
 
218
struct tevent_req *dcerpc_wzcsvc_EnumWZCDbLogRecords_r_send(TALLOC_CTX *mem_ctx,
 
219
        struct tevent_context *ev,
 
220
        struct dcerpc_binding_handle *h,
 
221
        struct wzcsvc_EnumWZCDbLogRecords *r);
 
222
NTSTATUS dcerpc_wzcsvc_EnumWZCDbLogRecords_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
223
NTSTATUS dcerpc_wzcsvc_EnumWZCDbLogRecords_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_EnumWZCDbLogRecords *r);
 
224
struct tevent_req *dcerpc_wzcsvc_EnumWZCDbLogRecords_send(TALLOC_CTX *mem_ctx,
 
225
                                                          struct tevent_context *ev,
 
226
                                                          struct dcerpc_binding_handle *h);
 
227
NTSTATUS dcerpc_wzcsvc_EnumWZCDbLogRecords_recv(struct tevent_req *req,
 
228
                                                TALLOC_CTX *mem_ctx);
 
229
NTSTATUS dcerpc_wzcsvc_EnumWZCDbLogRecords(struct dcerpc_binding_handle *h,
 
230
                                           TALLOC_CTX *mem_ctx);
 
231
 
 
232
struct tevent_req *dcerpc_wzcsvc_FlushWZCdbLog_r_send(TALLOC_CTX *mem_ctx,
 
233
        struct tevent_context *ev,
 
234
        struct dcerpc_binding_handle *h,
 
235
        struct wzcsvc_FlushWZCdbLog *r);
 
236
NTSTATUS dcerpc_wzcsvc_FlushWZCdbLog_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
237
NTSTATUS dcerpc_wzcsvc_FlushWZCdbLog_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_FlushWZCdbLog *r);
 
238
struct tevent_req *dcerpc_wzcsvc_FlushWZCdbLog_send(TALLOC_CTX *mem_ctx,
 
239
                                                    struct tevent_context *ev,
 
240
                                                    struct dcerpc_binding_handle *h);
 
241
NTSTATUS dcerpc_wzcsvc_FlushWZCdbLog_recv(struct tevent_req *req,
 
242
                                          TALLOC_CTX *mem_ctx);
 
243
NTSTATUS dcerpc_wzcsvc_FlushWZCdbLog(struct dcerpc_binding_handle *h,
 
244
                                     TALLOC_CTX *mem_ctx);
 
245
 
 
246
struct tevent_req *dcerpc_wzcsvc_GetWZCDbLogRecord_r_send(TALLOC_CTX *mem_ctx,
 
247
        struct tevent_context *ev,
 
248
        struct dcerpc_binding_handle *h,
 
249
        struct wzcsvc_GetWZCDbLogRecord *r);
 
250
NTSTATUS dcerpc_wzcsvc_GetWZCDbLogRecord_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
 
251
NTSTATUS dcerpc_wzcsvc_GetWZCDbLogRecord_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct wzcsvc_GetWZCDbLogRecord *r);
 
252
struct tevent_req *dcerpc_wzcsvc_GetWZCDbLogRecord_send(TALLOC_CTX *mem_ctx,
 
253
                                                        struct tevent_context *ev,
 
254
                                                        struct dcerpc_binding_handle *h);
 
255
NTSTATUS dcerpc_wzcsvc_GetWZCDbLogRecord_recv(struct tevent_req *req,
 
256
                                              TALLOC_CTX *mem_ctx);
 
257
NTSTATUS dcerpc_wzcsvc_GetWZCDbLogRecord(struct dcerpc_binding_handle *h,
 
258
                                         TALLOC_CTX *mem_ctx);
 
259
 
 
260
#endif /* _HEADER_RPC_wzcsvc */