r5294: - added a separate NBT-WINS test for WINS operations (register, refresh, relea...
[sfrench/samba-autobuild/.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_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 rw_buffer;
78 struct registry_context;
79 struct registry_key;
80 struct registry_value;
81
82 struct rap_NetShareEnum;
83 struct rap_NetServerEnum2;
84
85 struct smbsrv_request;
86 struct smbsrv_tcon;
87 struct smb_signing_context;
88 struct smbsrv_connection;
89 struct auth_context;
90 struct auth_method_context;
91 struct request_buffer;
92
93 struct ntvfs_context;
94 struct ntvfs_module_context;
95
96 struct pvfs_dir;
97 struct pvfs_filename;
98 struct pvfs_state;
99 struct pvfs_file;
100 struct pvfs_file_handle;
101
102 struct stat;
103
104 struct dcesrv_context;
105 struct dcesrv_interface;
106 struct dcesrv_connection;
107 struct dcesrv_connection_context;
108 struct dcesrv_endpoint;
109 struct dcesrv_call_state;
110 struct dcesrv_auth;
111
112 union libnet_Join;
113 union libnet_JoinDomain;
114 union libnet_ChangePassword;
115 union libnet_SetPassword;
116 union libnet_find_pdc;
117 union libnet_rpc_connect;
118 union libnet_RemoteTOD;
119 union libnet_JoinDomain;
120 struct net_functable;
121 struct net_context;
122
123 struct clilist_file_info;
124
125 struct xattr_DosEAs;
126 struct xattr_DosStreams;
127 struct xattr_NTACL;
128
129 struct test_join;
130
131 struct test_join_ads_dc;
132
133 struct netr_LMSessionKey;
134
135 struct ldb_val;
136 struct ldb_message;
137
138 struct dom_sid;
139 struct security_token;
140 struct security_acl;
141 struct security_ace;
142
143 struct lsa_RightSet;
144
145 struct composite_context;
146
147 struct smb_composite_loadfile;
148 struct smb_composite_savefile;
149 struct smb_composite_connect;
150 struct smb_composite_sesssetup;
151 struct smb_composite_fetchfile;
152
153 struct nbt_name;
154 struct nbt_name_packet;
155 struct nbt_name_socket;
156 struct nbt_name_query;
157 struct nbt_name_status;
158 struct nbt_name_register;
159 struct nbt_name_refresh;
160 struct nbt_name_release;
161 struct nbt_name_register_bcast;
162 struct nbt_name_refresh_wins;
163 struct nbt_name_register_wins;
164
165 struct messaging_context;
166 struct stream_connection;
167 struct task_server;
168 struct model_ops;
169 struct stream_server_ops;
170
171 struct nbtd_server;
172 struct nbtd_interface;