r5489: hide handwritten pull/push/print code from the caller
[Samba/gebeck_regimport.git] / source4 / include / structs.h
blob2aa70b1855932745cce8835183c99b2722837518
1 /*
2 Unix SMB/CIFS implementation.
4 Copyright (C) Andrew Tridgell 2004
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.
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.
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.
22 this file contains pre-declarations of private structures to avoid the
23 "scope is only this definition or declaration" warning
26 struct spoolss_EnumPrinters;
27 struct spoolss_EnumForms;
28 struct spoolss_EnumJobs;
29 struct spoolss_EnumPrinterDrivers;
30 struct spoolss_EnumPorts;
32 struct MULTI_QI;
33 struct COSERVERINFO;
36 struct epm_floor;
37 struct epm_tower;
39 struct drsuapi_DsCrackNames;
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;
50 struct netr_Credential;
51 struct netr_Authenticator;
52 union netr_Validation;
54 struct iface_struct;
56 struct tm;
57 struct utimbuf;
60 struct auth_usersupplied_info;
61 struct auth_serversupplied_info;
62 struct auth_session_info;
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);
73 struct asn1_data;
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;
84 struct rap_NetShareEnum;
85 struct rap_NetServerEnum2;
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;
95 struct ntvfs_context;
96 struct ntvfs_module_context;
98 struct pvfs_dir;
99 struct pvfs_filename;
100 struct pvfs_state;
101 struct pvfs_file;
102 struct pvfs_file_handle;
104 struct stat;
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;
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;
126 struct clilist_file_info;
128 struct xattr_DosEAs;
129 struct xattr_DosStreams;
130 struct xattr_NTACL;
132 struct test_join;
134 struct test_join_ads_dc;
136 struct netr_LMSessionKey;
138 struct ldb_val;
139 struct ldb_message;
140 struct ldb_context;
142 struct dom_sid;
143 struct security_token;
144 struct security_acl;
145 struct security_ace;
147 struct lsa_RightSet;
149 struct composite_context;
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;
157 struct nbt_name;
158 struct nbt_name_packet;
159 struct nbt_name_socket;
160 struct nbt_name_query;
161 struct nbt_name_status;
162 struct nbt_name_register;
163 struct nbt_name_refresh;
164 struct nbt_name_release;
165 struct nbt_name_register_bcast;
166 struct nbt_name_refresh_wins;
167 struct nbt_name_register_wins;
169 struct messaging_context;
170 struct stream_connection;
171 struct task_server;
172 struct model_ops;
173 struct stream_server_ops;
175 struct nbtd_server;
176 struct nbtd_interface;
177 struct wins_server;
179 struct mutex_ops;
181 struct ads_struct;
183 struct wrepl_packet;
184 struct wrepl_associate;
185 struct wrepl_pull_table;
186 struct wrepl_pull_names;