summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-05-13 16:11:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:34 -0500
commit0f462790a30296f5908b163a5ff06693ad844f05 (patch)
tree9062d8406af5fddfc5fb9bb9d1d39e915cfe74a8 /source3
parente14d1e18f506c5a3016653abd57bd5ba937918b3 (diff)
downloadsamba-0f462790a30296f5908b163a5ff06693ad844f05.tar.gz
samba-0f462790a30296f5908b163a5ff06693ad844f05.tar.bz2
samba-0f462790a30296f5908b163a5ff06693ad844f05.zip
r689: removed unneeded forward declarations
(This used to be commit ae0a770d607b13b454bff88aa52b478845b71a04)
Diffstat (limited to 'source3')
-rw-r--r--source3/printing/nt_printing.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index 0670b2543e..ccee2565e1 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -2037,9 +2037,6 @@ uint32 del_a_printer(char *sharename)
return 0;
}
-/* FIXME!!! Reorder so this forward declaration is not necessary --jerry */
-static WERROR get_a_printer_2(NT_PRINTER_INFO_LEVEL_2 **, const char* sharename);
-static void free_nt_printer_info_level_2(NT_PRINTER_INFO_LEVEL_2 **);
/****************************************************************************
****************************************************************************/
static WERROR update_a_printer_2(NT_PRINTER_INFO_LEVEL_2 *info)