r9453: Add samba3_samaccount (fix the build)
[samba.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_DsReplicaObjectListItem;
81 struct drsuapi_DsReplicaObjectListItemEx;
82
83 struct MULTI_QI;
84 struct COSERVERINFO;
85
86
87 struct epm_floor;
88 struct epm_tower;
89
90 struct drsuapi_DsCrackNames;
91
92 struct PAC_BUFFER;
93 struct PAC_DATA;
94
95 struct samr_ChangePasswordUser;
96 struct samr_OemChangePasswordUser2;
97 struct samr_ChangePasswordUser3;
98 struct samr_ChangePasswordUser2;
99 struct samr_Password;
100 struct samr_CryptPassword;
101 struct samr_CryptPasswordEx;
102 struct samr_LogonHours;
103
104 struct netr_Credential;
105 struct netr_Authenticator;
106 union netr_Validation;
107 struct netr_SamBaseInfo;
108 struct netr_SamInfo3;
109
110 struct iface_struct;
111
112 struct tm;
113 struct utimbuf;
114
115
116 struct auth_usersupplied_info;
117 struct auth_serversupplied_info;
118 struct auth_session_info;
119
120 struct creds_CredentialState;
121 struct auth_methods;
122 struct schannel_state;
123 struct spnego_data;
124 struct gensec_security;
125 struct gensec_security_ops;
126 struct gensec_ntlmssp_state;
127
128 struct asn1_data;
129
130 struct ldapsrv_call;
131 struct ldapsrv_connection;
132 struct ldap_connection;
133 struct ldap_message;
134 struct ldap_Result;
135 struct rw_buffer;
136 struct registry_context;
137 struct registry_key;
138 struct registry_value;
139
140 struct rap_NetShareEnum;
141 struct rap_NetServerEnum2;
142
143 struct smbsrv_request;
144 struct smbsrv_tcon;
145 struct smb_signing_context;
146 struct smbsrv_connection;
147 struct auth_context;
148 struct auth_method_context;
149 struct request_buffer;
150
151 struct ntvfs_context;
152 struct ntvfs_module_context;
153
154 struct pvfs_dir;
155 struct pvfs_filename;
156 struct pvfs_state;
157 struct pvfs_file;
158 struct pvfs_file_handle;
159
160 struct stat;
161
162 struct dcesrv_context;
163 struct dcesrv_interface;
164 struct dcesrv_connection;
165 struct dcesrv_connection_context;
166 struct dcesrv_endpoint;
167 struct dcesrv_call_state;
168 struct dcesrv_auth;
169
170 struct libnet_Join;
171 struct libnet_JoinDomain;
172 union libnet_ChangePassword;
173 union libnet_SetPassword;
174 union libnet_RemoteTOD;
175 struct libnet_RpcConnect;
176 struct libnet_CreateUser;
177 struct libnet_ListShares;
178 struct libnet_AddShare;
179 struct libnet_DelShare;
180 struct libnet_Lookup;
181 struct libnet_SamDump;
182 struct libnet_SamSync;
183 struct libnet_samsync_ldb;
184 struct net_functable;
185 struct net_context;
186
187 struct clilist_file_info;
188
189 struct xattr_DosEAs;
190 struct xattr_DosStreams;
191 struct xattr_NTACL;
192
193 struct test_join;
194
195 struct test_join_ads_dc;
196
197 struct netr_LMSessionKey;
198
199 struct ldb_val;
200 struct ldb_dn;
201 struct ldb_message;
202 struct ldb_context;
203 struct ldb_parse_tree;
204 struct ldb_message_element;
205 struct ldap_mod;
206
207 struct dom_sid;
208 struct security_token;
209 struct security_acl;
210 struct security_ace;
211
212 struct lsa_RightSet;
213
214 struct composite_context;
215 struct monitor_msg;
216
217 struct smb_composite_loadfile;
218 struct smb_composite_savefile;
219 struct smb_composite_connect;
220 struct smb_composite_sesssetup;
221 struct smb_composite_fetchfile;
222 struct smb_composite_appendacl;
223 struct smb_composite_fsinfo;
224 struct libnet_rpc_userinfo;
225 struct libnet_rpc_useradd;
226 struct libnet_rpc_userdel;
227 struct libnet_rpc_usermod;
228 struct libnet_rpc_domain_open;
229
230 struct nbt_name;
231 struct nbt_name_packet;
232 struct nbt_name_socket;
233 struct nbt_name_query;
234 struct nbt_name_status;
235 struct nbt_name_register;
236 struct nbt_name_refresh;
237 struct nbt_name_release;
238 struct nbt_name_register_bcast;
239 struct nbt_name_refresh_wins;
240 struct nbt_name_register_wins;
241
242 struct nbt_dgram_packet;
243 struct nbt_dgram_socket;
244 struct dgram_mailslot_handler;
245
246 struct messaging_context;
247 struct stream_connection;
248 struct task_server;
249 struct model_ops;
250 struct stream_server_ops;
251
252 struct nbtd_server;
253 struct nbtd_interface;
254 struct wins_server;
255
256 struct cldap_socket;
257 struct cldapd_server;
258
259 struct mutex_ops;
260
261 struct ads_struct;
262
263 struct wrepl_packet;
264 struct wrepl_associate;
265 struct wrepl_pull_table;
266 struct wrepl_pull_names;
267
268 struct arcfour_state;
269
270 struct websrv_context;
271 struct EspRequest;
272 struct PAC_LOGON_INFO;
273 struct kdc_server;
274 struct smb_krb5_context;
275
276 struct samba3_samaccount;