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);

Reply via email to