svn commit: samba r19566 - in branches/SAMBA_4_0/source/auth/gensec: .

abartlet at samba.org abartlet at samba.org
Mon Nov 6 10:36:31 GMT 2006


Author: abartlet
Date: 2006-11-06 10:36:31 +0000 (Mon, 06 Nov 2006)
New Revision: 19566

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

Log:
Predeclare some useful structures.

Modified:
   branches/SAMBA_4_0/source/auth/gensec/socket.h


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/socket.h
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/socket.h	2006-11-05 05:42:07 UTC (rev 19565)
+++ branches/SAMBA_4_0/source/auth/gensec/socket.h	2006-11-06 10:36:31 UTC (rev 19566)
@@ -20,6 +20,9 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+struct gensec_security;
+struct socket_context;
+
 NTSTATUS gensec_socket_init(struct gensec_security *gensec_security,
 			    struct socket_context *current_socket,
 			    struct event_context *ev,



More information about the samba-cvs mailing list