Commit 0f462790 authored by Gerald Carter's avatar Gerald Carter Committed by Gerald (Jerry) Carter
Browse files

r689: removed unneeded forward declarations

(This used to be commit ae0a770d607b13b454bff88aa52b478845b71a04)
parent e14d1e18
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)