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