r7253: Fix 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 drsuapi_DsReplicaObjectListItem;
42 struct drsuapi_DsReplicaObjectListItemEx;
43
44 struct MULTI_QI;
45 struct COSERVERINFO;
46
47
48 struct epm_floor;
49 struct epm_tower;
50
51 struct drsuapi_DsCrackNames;
52
53 struct samr_ChangePasswordUser;
54 struct samr_OemChangePasswordUser2;
55 struct samr_ChangePasswordUser3;
56 struct samr_ChangePasswordUser2;
57 struct samr_Password;
58 struct samr_CryptPassword;
59 struct samr_CryptPasswordEx;
60 struct samr_LogonHours;
61
62 struct netr_Credential;
63 struct netr_Authenticator;
64 union netr_Validation;
65
66 struct iface_struct;
67
68 struct tm;
69 struct utimbuf;
70
71
72 struct auth_usersupplied_info;
73 struct auth_serversupplied_info;
74 struct auth_session_info;
75
76 struct creds_CredentialState;
77 struct ntlmssp_state;
78 struct auth_methods;
79 struct schannel_state;
80 struct spnego_data;
81 struct gensec_security;
82 struct gensec_security_ops;
83 typedef NTSTATUS (*gensec_password_callback)(struct gensec_security *gensec_security, TALLOC_CTX *mem_ctx, 
84                                              char **password);
85 struct gensec_ntlmssp_state;
86
87 struct asn1_data;
88
89 struct ldapsrv_call;
90 struct ldapsrv_connection;
91 struct ldap_connection;
92 struct ldap_message;
93 struct rw_buffer;
94 struct registry_context;
95 struct registry_key;
96 struct registry_value;
97
98 struct rap_NetShareEnum;
99 struct rap_NetServerEnum2;
100
101 struct smbsrv_request;
102 struct smbsrv_tcon;
103 struct smb_signing_context;
104 struct smbsrv_connection;
105 struct auth_context;
106 struct auth_method_context;
107 struct request_buffer;
108
109 struct ntvfs_context;
110 struct ntvfs_module_context;
111
112 struct pvfs_dir;
113 struct pvfs_filename;
114 struct pvfs_state;
115 struct pvfs_file;
116 struct pvfs_file_handle;
117
118 struct stat;
119
120 struct dcesrv_context;
121 struct dcesrv_interface;
122 struct dcesrv_connection;
123 struct dcesrv_connection_context;
124 struct dcesrv_endpoint;
125 struct dcesrv_call_state;
126 struct dcesrv_auth;
127
128 union libnet_Join;
129 union libnet_JoinDomain;
130 union libnet_ChangePassword;
131 union libnet_SetPassword;
132 union libnet_find_pdc;
133 union libnet_rpc_connect;
134 union libnet_RemoteTOD;
135 union libnet_JoinDomain;
136 union libnet_CreateUser;
137 struct libnet_ListShares;
138 struct libnet_AddShare;
139 struct libnet_DelShare;
140 struct net_functable;
141 struct net_context;
142
143 struct clilist_file_info;
144
145 struct xattr_DosEAs;
146 struct xattr_DosStreams;
147 struct xattr_NTACL;
148
149 struct test_join;
150
151 struct test_join_ads_dc;
152
153 struct netr_LMSessionKey;
154
155 struct ldb_val;
156 struct ldb_message;
157 struct ldb_context;
158
159 struct dom_sid;
160 struct security_token;
161 struct security_acl;
162 struct security_ace;
163
164 struct lsa_RightSet;
165
166 struct composite_context;
167 struct monitor_msg;
168
169 struct smb_composite_loadfile;
170 struct smb_composite_savefile;
171 struct smb_composite_connect;
172 struct smb_composite_sesssetup;
173 struct smb_composite_fetchfile;
174 struct smb_composite_appendacl;
175 struct smb_composite_fsinfo;
176 struct rpc_composite_userinfo;
177 struct rpc_composite_useradd;
178 struct rpc_composite_userdel;
179 struct rpc_composite_domain_open;
180
181 struct nbt_name;
182 struct nbt_name_packet;
183 struct nbt_name_socket;
184 struct nbt_name_query;
185 struct nbt_name_status;
186 struct nbt_name_register;
187 struct nbt_name_refresh;
188 struct nbt_name_release;
189 struct nbt_name_register_bcast;
190 struct nbt_name_refresh_wins;
191 struct nbt_name_register_wins;
192
193 struct nbt_dgram_packet;
194 struct nbt_dgram_socket;
195 struct dgram_mailslot_handler;
196
197 struct messaging_context;
198 struct stream_connection;
199 struct task_server;
200 struct model_ops;
201 struct stream_server_ops;
202
203 struct nbtd_server;
204 struct nbtd_interface;
205 struct wins_server;
206
207 struct cldap_socket;
208 struct cldapd_server;
209
210 struct mutex_ops;
211
212 struct ads_struct;
213
214 struct wrepl_packet;
215 struct wrepl_associate;
216 struct wrepl_pull_table;
217 struct wrepl_pull_names;
218
219 struct arcfour_state;
220
221 union libnet_SamDump;
222 struct websrv_context;
223 struct EspRequest;
224
225 struct kdc_server;