r3464: split out registry.h, rap.h and ldap_server.h
[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 union spoolss_PrinterInfo;
27 union spoolss_FormInfo;
28 union spoolss_JobInfo;
29 union spoolss_DriverInfo;
30 union spoolss_PortInfo;
31
32 struct MULTI_QI;
33 struct COSERVERINFO;
34
35
36 struct epm_floor;
37 struct epm_tower;
38
39 struct drsuapi_DsCrackNames;
40
41 struct samr_ChangePasswordUser;
42 struct samr_OemChangePasswordUser2;
43 struct samr_ChangePasswordUser3;
44 struct samr_ChangePasswordUser2;
45 struct samr_CryptPassword;
46 struct samr_CryptPasswordEx;
47 struct samr_LogonHours;
48
49 struct netr_SamInfo3;
50 struct netr_Authenticator;
51
52 struct iface_struct;
53
54 struct tm;
55 struct utimbuf;
56
57
58 struct auth_usersupplied_info;
59 struct auth_serversupplied_info;
60 struct creds_CredentialState;
61 struct ntlmssp_state;
62 struct auth_methods;
63 struct schannel_state;
64 struct spnego_data;
65 struct gensec_security;
66 typedef NTSTATUS (*gensec_password_callback)(struct gensec_security *gensec_security, TALLOC_CTX *mem_ctx, 
67                                              char **password);
68
69 struct asn1_data;
70
71 struct ldapsrv_call;
72 struct ldapsrv_connection;
73 struct rw_buffer;
74 struct registry_context;
75 struct registry_key;
76 struct registry_value;
77
78 struct rap_NetShareEnum;
79 struct rap_NetServerEnum2;