153ae2fbcfc20e288cc287844860e96b665c161f
[jelmer/samba4-debian.git] / source / include / structs.h
1 /* 
2    Unix SMB/CIFS implementation.
3
4    Copyright (C) Andrew Tridgell 2004
5    
6    This program is free software; you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation; either version 2 of the License, or
9    (at your option) any later version.
10    
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15    
16    You should have received a copy of the GNU General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21 /*
22   this file contains pre-declarations of private structures to avoid the
23   "scope is only this definition or declaration" warning
24 */
25
26 struct spoolss_EnumPrinters;
27 struct spoolss_EnumForms;
28 struct spoolss_EnumJobs;
29 struct spoolss_EnumPrinterDrivers;
30 struct spoolss_EnumPorts;
31 struct spoolss_EnumMonitors;
32 struct spoolss_EnumPrintProcessors;
33 union spoolss_PrinterInfo;
34 union spoolss_JobInfo;
35 union spoolss_DriverInfo;
36 union spoolss_FormInfo;
37 union spoolss_PortInfo;
38 union spoolss_MonitorInfo;
39 union spoolss_PrintProcessorInfo;
40
41 struct spoolss_GetPrinterData;
42 struct spoolss_SetPrinterData;
43 struct spoolss_OpenPrinterEx;
44 struct spoolss_EnumPrinterData;
45 struct spoolss_DeletePrinterData;
46 struct spoolss_AddForm;
47 struct spoolss_GetForm;
48 struct spoolss_SetForm;
49 struct spoolss_DeleteForm;
50 struct spoolss_AddPrinterDriver;
51 struct spoolss_DeletePrinterDriver;
52 struct spoolss_GetPrinterDriverDirectory;
53 struct spoolss_AddPrinter;
54 struct spoolss_GetPrinter;
55 struct spoolss_SetPrinter;
56 struct spoolss_DeletePrinter;
57 struct spoolss_GetPrinterDriver;
58 struct spoolss_EnumPrinterData;
59 struct spoolss_DeletePrinterData;
60 struct spoolss_AddForm;
61 struct spoolss_GetForm;
62 struct spoolss_SetForm;
63 struct spoolss_DeleteForm;
64 struct spoolss_AddJob;
65 struct spoolss_ScheduleJob;
66 struct spoolss_GetJob;
67 struct spoolss_SetJob;
68 struct spoolss_StartDocPrinter;
69 struct spoolss_EndDocPrinter;
70 struct spoolss_StartPagePrinter;
71 struct spoolss_EndPagePrinter;
72 struct spoolss_WritePrinter;
73 struct spoolss_ReadPrinter;
74
75 struct spoolss_DeviceMode;
76
77 struct ntptr_context;
78 struct ntptr_GenericHandle;
79
80 struct drsuapi_DsCrackNames;
81 struct drsuapi_DsReplicaObjectListItem;
82 struct drsuapi_DsReplicaObjectListItemEx;
83
84 struct DsPrivate;
85
86 struct MULTI_QI;
87 struct COSERVERINFO;
88
89
90 struct epm_floor;
91 struct epm_tower;
92
93 struct PAC_BUFFER;
94 struct PAC_DATA;
95
96 struct samr_ChangePasswordUser;
97 struct samr_OemChangePasswordUser2;
98 struct samr_ChangePasswordUser3;
99 struct samr_ChangePasswordUser2;
100 struct samr_Password;
101 struct samr_CryptPassword;
102 struct samr_CryptPasswordEx;
103 struct samr_LogonHours;
104
105 struct netr_Credential;
106 struct netr_Authenticator;
107 union netr_Validation;
108 struct netr_SamBaseInfo;
109 struct netr_SamInfo3;
110
111 struct iface_struct;
112
113 struct tm;
114 struct utimbuf;
115
116
117 struct auth_usersupplied_info;
118 struct auth_serversupplied_info;
119 struct auth_session_info;
120
121 struct creds_CredentialState;
122 struct auth_methods;
123 struct schannel_state;
124 struct spnego_data;
125 struct gensec_security;
126 struct gensec_security_ops;
127 struct gensec_ntlmssp_state;
128
129 struct asn1_data;
130
131 struct ldapsrv_call;
132 struct ldapsrv_connection;
133 struct ldap_connection;
134 struct ldap_message;
135 struct ldap_Result;
136 struct rw_buffer;
137 struct registry_context;
138 struct registry_key;
139 struct registry_value;
140 struct reg_diff_file;
141
142 struct rap_NetShareEnum;
143 struct rap_NetServerEnum2;
144
145 struct smbsrv_request;
146 struct smbsrv_tcon;
147 struct smb_signing_context;
148 struct smbsrv_connection;
149 struct auth_context;
150 struct auth_method_context;
151 struct request_buffer;
152
153 struct ntvfs_context;
154 struct ntvfs_module_context;
155
156 struct pvfs_dir;
157 struct pvfs_filename;
158 struct pvfs_state;
159 struct pvfs_file;
160 struct pvfs_file_handle;
161
162 struct stat;
163
164 struct dcesrv_context;
165 struct dcesrv_interface;
166 struct dcesrv_connection;
167 struct dcesrv_connection_context;
168 struct dcesrv_endpoint;
169 struct dcesrv_call_state;
170 struct dcesrv_auth;
171
172 struct libnet_Join;
173 struct libnet_JoinDomain;
174 union libnet_ChangePassword;
175 union libnet_SetPassword;
176 union libnet_RemoteTOD;
177 struct libnet_RpcConnect;
178 struct libnet_CreateUser;
179 struct libnet_ListShares;
180 struct libnet_AddShare;
181 struct libnet_DelShare;
182 struct libnet_Lookup;
183 struct libnet_SamDump;
184 struct libnet_SamSync;
185 struct libnet_samsync_ldb;
186 struct net_functable;
187 struct net_context;
188
189 struct clilist_file_info;
190
191 struct xattr_DosEAs;
192 struct xattr_DosStreams;
193 struct xattr_NTACL;
194
195 struct test_join;
196
197 struct test_join_ads_dc;
198
199 struct netr_LMSessionKey;
200
201 struct ldb_val;
202 struct ldb_dn;
203 struct ldb_message;
204 struct ldb_context;
205 struct ldb_parse_tree;
206 struct ldb_message_element;
207 struct ldap_mod;
208
209 struct dom_sid;
210 struct security_token;
211 struct security_acl;
212 struct security_ace;
213
214 struct lsa_RightSet;
215
216 struct composite_context;
217 struct monitor_msg;
218
219 struct smb_composite_loadfile;
220 struct smb_composite_savefile;
221 struct smb_composite_connect;
222 struct smb_composite_connectmulti;
223 struct smb_composite_sesssetup;
224 struct smb_composite_fetchfile;
225 struct smb_composite_appendacl;
226 struct smb_composite_fsinfo;
227 struct libnet_rpc_userinfo;
228 struct libnet_rpc_useradd;
229 struct libnet_rpc_userdel;
230 struct libnet_rpc_usermod;
231 struct libnet_rpc_domain_open;
232
233 struct nbt_name;
234 struct nbt_name_packet;
235 struct nbt_name_socket;
236 struct nbt_name_query;
237 struct nbt_name_status;
238 struct nbt_name_register;
239 struct nbt_name_refresh;
240 struct nbt_name_release;
241 struct nbt_name_register_bcast;
242 struct nbt_name_refresh_wins;
243 struct nbt_name_register_wins;
244 struct nbt_name_request;
245
246 struct nbt_dgram_packet;
247 struct nbt_dgram_socket;
248 struct dgram_mailslot_handler;
249
250 struct messaging_context;
251 struct stream_connection;
252 struct task_server;
253 struct model_ops;
254 struct stream_server_ops;
255
256 struct nbtd_server;
257 struct nbtd_interface;
258 struct wins_server;
259
260 struct wb_finddcs;
261 struct wb_sid_object;
262
263 struct cldap_socket;
264 struct cldapd_server;
265
266 struct mutex_ops;
267
268 struct ads_struct;
269
270 struct wrepl_packet;
271 struct wrepl_associate;
272 struct wrepl_associate_stop;
273 struct wrepl_pull_table;
274 struct wrepl_pull_names;
275
276 struct arcfour_state;
277
278 struct websrv_context;
279 struct EspRequest;
280 struct PAC_LOGON_INFO;
281 struct kdc_server;
282 struct smb_krb5_context;
283
284 struct samba3_samaccount;
285 struct samba3_idmapdb;
286 struct samba3_groupdb;
287 struct samba3_winsdb_entry;
288 struct samba3_policy;
289 struct samba3_regdb;
290 struct samba3_secrets;
291 struct samba3_share_info;
292 struct samba3;
293
294 struct wbsrv_service;
295 struct wbsrv_protocol_ops;
296 struct wbsrv_listen_socket;
297 struct wbsrv_connection;
298 struct wbsrv_call;
299 struct wbsrv_samba3_call;
300
301 struct ldb_map_attribute;
302 struct ldb_map_objectclass;
303
304 struct param_context;
305 struct param_section;
306 struct param;
307
308 struct socket_context;