r689: removed unneeded forward declarations
authorGerald Carter <jerry@samba.org>
Thu, 13 May 2004 16:11:24 +0000 (16:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:34 +0000 (10:51 -0500)
source/printing/nt_printing.c

index 0670b2543eb36bce2c181fd58edd04c19758ec30..ccee2565e1c9959f38105cef39a057017c5c04b6 100644 (file)
@@ -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)