r3783: - don't use make proto for ldb anymore
[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 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_Authenticator;
50 union netr_Validation;
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 auth_session_info;
61
62 struct creds_CredentialState;
63 struct ntlmssp_state;
64 struct auth_methods;
65 struct schannel_state;
66 struct spnego_data;
67 struct gensec_security;
68 typedef NTSTATUS (*gensec_password_callback)(struct gensec_security *gensec_security, TALLOC_CTX *mem_ctx, 
69                                              char **password);
70
71 struct asn1_data;
72
73 struct ldapsrv_call;
74 struct ldapsrv_connection;
75 struct rw_buffer;
76 struct registry_context;
77 struct registry_key;
78 struct registry_value;
79
80 struct rap_NetShareEnum;
81 struct rap_NetServerEnum2;
82
83 struct smbsrv_request;
84 struct smbsrv_tcon;
85 struct smb_signing_context;
86 struct smbsrv_connection;
87 struct auth_context;
88 struct request_buffer;
89
90 struct pvfs_dir;
91 struct pvfs_filename;
92 struct pvfs_state;
93 struct pvfs_file;
94
95 struct dcesrv_context;
96 struct dcesrv_interface;
97 struct dcesrv_connection;
98 struct dcesrv_endpoint;
99 struct dcesrv_call_state;
100 struct dcesrv_auth;
101
102 union libnet_ChangePassword;
103 union libnet_SetPassword;
104 union libnet_find_pdc;
105 union libnet_rpc_connect;
106 union libnet_RemoteTOD;
107 struct net_functable;
108 struct net_context;
109
110 struct file_info;
111
112 struct xattr_DosEAs;
113 struct xattr_DosStreams;
114
115 struct test_join;
116
117 struct test_join_ads_dc;
118
119 struct netr_LMSessionKey;
120
121 struct ldb_message;