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

metze at samba.org metze at samba.org
Thu Dec 8 07:52:53 GMT 2005


Author: metze
Date: 2005-12-08 07:52:52 +0000 (Thu, 08 Dec 2005)
New Revision: 12122

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

Log:
add forward declaration for packet_context

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-12-08 07:50:38 UTC (rev 12121)
+++ branches/SAMBA_4_0/source/include/structs.h	2005-12-08 07:52:52 UTC (rev 12122)
@@ -340,6 +340,8 @@
 struct param;
 
 struct socket_context;
+struct packet_context;
+
 struct smbcli_socket;
 struct smbcli_request;
 



More information about the samba-cvs mailing list