From 0f462790a30296f5908b163a5ff06693ad844f05 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 13 May 2004 16:11:24 +0000 Subject: r689: removed unneeded forward declarations (This used to be commit ae0a770d607b13b454bff88aa52b478845b71a04) --- source3/printing/nt_printing.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') 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) -- cgit