svn commit: samba r5144 - in branches/SAMBA_4_0/source/include: .

metze at samba.org metze at samba.org
Mon Jan 31 16:47:48 GMT 2005


Author: metze
Date: 2005-01-31 16:47:47 +0000 (Mon, 31 Jan 2005)
New Revision: 5144

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5144

Log:
add more forward declarations

metze

Modified:
   branches/SAMBA_4_0/source/include/structs.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/structs.h
===================================================================
--- branches/SAMBA_4_0/source/include/structs.h	2005-01-31 16:46:48 UTC (rev 5143)
+++ branches/SAMBA_4_0/source/include/structs.h	2005-01-31 16:47:47 UTC (rev 5144)
@@ -90,12 +90,17 @@
 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 netr_LMSessionKey;
 
+struct ldb_val;
 struct ldb_message;
 
 struct dom_sid;
@@ -136,9 +142,8 @@
 
 struct lsa_RightSet;
 
-struct ldb_val;
+struct composite_context;
 
-struct composite_context;
 struct smb_composite_loadfile;
 struct smb_composite_savefile;
 struct smb_composite_connect;



More information about the samba-cvs mailing list