r7002: added support for getting at loadparm config parameters via lpGet() in esp...
[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
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 struct gensec_security_ops;
76 typedef NTSTATUS (*gensec_password_callback)(struct gensec_security *gensec_security, TALLOC_CTX *mem_ctx, 
77                                              char **password);
78 struct gensec_ntlmssp_state;
79
80 struct asn1_data;
81
82 struct ldapsrv_call;
83 struct ldapsrv_connection;
84 struct ldap_connection;
85 struct ldap_message;
86 struct rw_buffer;
87 struct registry_context;
88 struct registry_key;
89 struct registry_value;
90
91 struct rap_NetShareEnum;
92 struct rap_NetServerEnum2;
93
94 struct smbsrv_request;
95 struct smbsrv_tcon;
96 struct smb_signing_context;
97 struct smbsrv_connection;
98 struct auth_context;
99 struct auth_method_context;
100 struct request_buffer;
101
102 struct ntvfs_context;
103 struct ntvfs_module_context;
104
105 struct pvfs_dir;
106 struct pvfs_filename;
107 struct pvfs_state;
108 struct pvfs_file;
109 struct pvfs_file_handle;
110
111 struct stat;
112
113 struct dcesrv_context;
114 struct dcesrv_interface;
115 struct dcesrv_connection;
116 struct dcesrv_connection_context;
117 struct dcesrv_endpoint;
118 struct dcesrv_call_state;
119 struct dcesrv_auth;
120
121 union libnet_Join;
122 union libnet_JoinDomain;
123 union libnet_ChangePassword;
124 union libnet_SetPassword;
125 union libnet_find_pdc;
126 union libnet_rpc_connect;
127 union libnet_RemoteTOD;
128 union libnet_JoinDomain;
129 union libnet_CreateUser;
130 struct libnet_ListShares;
131 struct libnet_AddShare;
132 struct libnet_DelShare;
133 struct net_functable;
134 struct net_context;
135
136 struct clilist_file_info;
137
138 struct xattr_DosEAs;
139 struct xattr_DosStreams;
140 struct xattr_NTACL;
141
142 struct test_join;
143
144 struct test_join_ads_dc;
145
146 struct netr_LMSessionKey;
147
148 struct ldb_val;
149 struct ldb_message;
150 struct ldb_context;
151
152 struct dom_sid;
153 struct security_token;
154 struct security_acl;
155 struct security_ace;
156
157 struct lsa_RightSet;
158
159 struct composite_context;
160 struct monitor_msg;
161
162 struct smb_composite_loadfile;
163 struct smb_composite_savefile;
164 struct smb_composite_connect;
165 struct smb_composite_sesssetup;
166 struct smb_composite_fetchfile;
167 struct smb_composite_appendacl;
168 struct smb_composite_fsinfo;
169 struct rpc_composite_userinfo;
170 struct rpc_composite_useradd;
171 struct rpc_composite_userdel;
172
173 struct nbt_name;
174 struct nbt_name_packet;
175 struct nbt_name_socket;
176 struct nbt_name_query;
177 struct nbt_name_status;
178 struct nbt_name_register;
179 struct nbt_name_refresh;
180 struct nbt_name_release;
181 struct nbt_name_register_bcast;
182 struct nbt_name_refresh_wins;
183 struct nbt_name_register_wins;
184
185 struct nbt_dgram_packet;
186 struct nbt_dgram_socket;
187 struct dgram_mailslot_handler;
188
189 struct messaging_context;
190 struct stream_connection;
191 struct task_server;
192 struct model_ops;
193 struct stream_server_ops;
194
195 struct nbtd_server;
196 struct nbtd_interface;
197 struct wins_server;
198
199 struct cldap_socket;
200 struct cldapd_server;
201
202 struct mutex_ops;
203
204 struct ads_struct;
205
206 struct wrepl_packet;
207 struct wrepl_associate;
208 struct wrepl_pull_table;
209 struct wrepl_pull_names;
210
211 struct arcfour_state;
212
213 union libnet_SamDump;
214 struct websrv_context;
215 struct EspRequest;