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

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

Log:
clean up a couple more no previous prototype warnings

Modified:
   branches/SAMBA_3_0_24/source/include/charset.h
   branches/SAMBA_3_0_24/source/modules/weird.c


Changeset:
Modified: branches/SAMBA_3_0_24/source/include/charset.h
===================================================================
--- branches/SAMBA_3_0_24/source/include/charset.h      2006-12-19 20:16:52 UTC 
(rev 20261)
+++ branches/SAMBA_3_0_24/source/include/charset.h      2006-12-19 21:32:29 UTC 
(rev 20262)
@@ -119,6 +119,7 @@
 struct charset_functions CHARSETNAME ## _functions =                           
                \
                {#CHARSETNAME, CHARSETNAME ## _pull, CHARSETNAME ## _push};     
                \
                                                                                
                \
+NTSTATUS charset_ ## CHARSETNAME ## _init(void);                               
                        \
 NTSTATUS charset_ ## CHARSETNAME ## _init(void)                                
                        \
 {                                                                              
                \
        return smb_register_charset(& CHARSETNAME ## _functions);               
                \

Modified: branches/SAMBA_3_0_24/source/modules/weird.c
===================================================================
--- branches/SAMBA_3_0_24/source/modules/weird.c        2006-12-19 20:16:52 UTC 
(rev 20261)
+++ branches/SAMBA_3_0_24/source/modules/weird.c        2006-12-19 21:32:29 UTC 
(rev 20262)
@@ -125,6 +125,7 @@
 
 struct charset_functions weird_functions = {"WEIRD", weird_pull, weird_push};
 
+NTSTATUS charset_weird_init(void);
 NTSTATUS charset_weird_init(void)
 {
        return smb_register_charset(&weird_functions);

Reply via email to