param: remove static functions in param_functions.c
authorGarming Sam <garming@catalyst.net.nz>
Thu, 9 Jan 2014 22:06:17 +0000 (11:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 14 Jan 2014 02:02:39 +0000 (15:02 +1300)
Only two functions are static and their presence doesn't really gain much, besides impeding auto-generation

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
lib/param/param_functions.c

index 88889982a4b067892cc5afe10fe2f38acc24fb1c..2b6f0297c512beb38af5daee7f6d5b3c05b030c9 100644 (file)
@@ -63,7 +63,7 @@ FN_LOCAL_STRING(lppausecommand, lppausecommand)
 FN_LOCAL_STRING(lpresumecommand, lpresumecommand)
 FN_LOCAL_STRING(queuepausecommand, queuepausecommand)
 FN_LOCAL_STRING(queueresumecommand, queueresumecommand)
-static FN_LOCAL_STRING(_printername, szPrintername)
+FN_LOCAL_STRING(_printername, _printername)
 FN_LOCAL_CONST_STRING(printjob_username, printjob_username)
 FN_LOCAL_STRING(magicscript, magicscript)
 FN_LOCAL_STRING(magicoutput, magicoutput)
@@ -74,7 +74,7 @@ FN_LOCAL_LIST(readlist, readlist)
 FN_LOCAL_LIST(writelist, writelist)
 FN_LOCAL_LIST(vfs_objects, vfs_objects)
 FN_LOCAL_STRING(msdfs_proxy, msdfs_proxy)
-static FN_LOCAL_STRING(volume, volume)
+FN_LOCAL_STRING(volume, volume)
 FN_LOCAL_STRING(veto_files, veto_files)
 FN_LOCAL_STRING(hide_files, hide_files)
 FN_LOCAL_STRING(veto_oplocks, veto_oplocks)