r5144: add more forward declarations
authorStefan Metzmacher <metze@samba.org>
Mon, 31 Jan 2005 16:47:47 +0000 (16:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:27 +0000 (13:09 -0500)
metze
(This used to be commit c5a24792db61b688f23cf7d2509993049cad4a75)

source4/include/structs.h

index 774053babd12c55fa06a99f535f32c9d46e0926e..5354af51ac76df28fef01fd32aea46b5e86dca9f 100644 (file)
@@ -90,12 +90,17 @@ struct auth_context;
 struct auth_method_context;
 struct request_buffer;
 
+struct ntvfs_context;
+struct ntvfs_module_context;
+
 struct pvfs_dir;
 struct pvfs_filename;
 struct pvfs_state;
 struct pvfs_file;
 struct pvfs_file_handle;
 
+struct stat;
+
 struct dcesrv_context;
 struct dcesrv_interface;
 struct dcesrv_connection;
@@ -127,6 +132,7 @@ struct test_join_ads_dc;
 
 struct netr_LMSessionKey;
 
+struct ldb_val;
 struct ldb_message;
 
 struct dom_sid;
@@ -136,9 +142,8 @@ struct security_ace;
 
 struct lsa_RightSet;
 
-struct ldb_val;
-
 struct composite_context;
+
 struct smb_composite_loadfile;
 struct smb_composite_savefile;
 struct smb_composite_connect;