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