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