r13899: Get the shared library build building again. Just compiles for now,
[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 struct spoolss_EnumMonitors;
32 struct spoolss_EnumPrintProcessors;
33 union spoolss_PrinterInfo;
34 union spoolss_JobInfo;
35 union spoolss_DriverInfo;
36 union spoolss_FormInfo;
37 union spoolss_PortInfo;
38 union spoolss_MonitorInfo;
39 union spoolss_PrintProcessorInfo;
40
41 struct spoolss_GetPrinterData;
42 struct spoolss_SetPrinterData;
43
44 struct spoolss_DeviceMode;
45
46 struct drsuapi_DsNameInfo1;
47 struct drsuapi_DsCrackNames;
48 struct drsuapi_DsReplicaObjectListItem;
49 struct drsuapi_DsReplicaObjectListItemEx;
50
51 struct DsPrivate;
52
53 struct PAC_LOGON_INFO;
54 struct PAC_DATA;
55 struct PAC_BUFFER;
56
57 struct samr_ChangePasswordUser;
58 struct samr_OemChangePasswordUser2;
59 struct samr_ChangePasswordUser3;
60 struct samr_ChangePasswordUser2;
61 struct samr_CryptPassword;
62 struct samr_CryptPasswordEx;
63 struct samr_DomInfo1;
64
65 struct netr_Credential;
66 struct netr_Authenticator;
67 union netr_Validation;
68
69 struct iface_struct;
70
71 struct utimbuf;
72
73 struct auth_serversupplied_info;
74 struct auth_session_info;
75
76 struct spnego_data;
77 struct gensec_ntlmssp_state;
78
79 struct asn1_data;
80
81 struct ldapsrv_call;
82 struct ldapsrv_connection;
83 struct ldap_connection;
84
85 struct rap_NetShareEnum;
86 struct rap_NetServerEnum2;
87
88 struct smbsrv_tcon;
89 struct smbsrv_connection;
90
91 struct smbsrv_request;
92
93 struct ntvfs_module_context;
94
95 struct dcesrv_context;
96 struct dcesrv_call_state;
97
98 struct libnet_context;
99 struct libnet_JoinDomain;
100
101 struct clilist_file_info;
102
103 struct netr_LMSessionKey;
104
105 struct ldb_dn;
106 struct ldb_message;
107 struct ldb_context;
108 struct ldb_parse_tree;
109
110 struct lsa_RightSet;
111
112 struct irpc_request;
113
114 struct smb_composite_loadfile;
115 struct smb_composite_savefile;
116 struct smb_composite_connect;
117 struct smb_composite_sesssetup;
118 struct smb_composite_fetchfile;
119 struct smb_composite_appendacl;
120 struct smb_composite_fsinfo;
121
122 struct nbt_dgram_socket;
123 struct dgram_mailslot_handler;
124
125 struct messaging_context;
126 struct stream_connection;
127 struct task_server;
128 struct stream_server_ops;
129
130 struct nbt_dc_name;
131 struct wb_sid_object;
132
133 struct cldap_socket;
134 struct cldapd_server;
135
136 struct websrv_context;
137
138 struct wbsrv_call;
139
140 struct ldb_map_attribute;
141 struct ldb_map_objectclass;
142
143 struct param_context;
144
145 struct socket_address;
146 struct smbcli_request;
147 struct smbcli_tree;
148
149 struct smb2_tree;
150
151 struct IUnknown;
152 struct IUnknown_vtable;
153
154 struct MprVar;
155
156 struct registry_context;
157 struct nbtd_interface;
158 struct smbcli_session;
159 struct smbcli_state;
160
161 struct model_ops;