svn commit: samba r20263 - in branches/SAMBA_3_0_24/source/auth: .

herb at samba.org herb at samba.org
Tue Dec 19 21:35:32 GMT 2006


Author: herb
Date: 2006-12-19 21:35:32 +0000 (Tue, 19 Dec 2006)
New Revision: 20263

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

Log:
one more no previous prototype warning

Modified:
   branches/SAMBA_3_0_24/source/auth/auth_script.c


Changeset:
Modified: branches/SAMBA_3_0_24/source/auth/auth_script.c
===================================================================
--- branches/SAMBA_3_0_24/source/auth/auth_script.c	2006-12-19 21:32:29 UTC (rev 20262)
+++ branches/SAMBA_3_0_24/source/auth/auth_script.c	2006-12-19 21:35:32 UTC (rev 20263)
@@ -141,6 +141,7 @@
 	return NT_STATUS_OK;
 }
 
+NTSTATUS auth_script_init(void);
 NTSTATUS auth_script_init(void)
 {
 	return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script);



More information about the samba-cvs mailing list