1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r689: removed unneeded forward declarations

(This used to be commit ae0a770d60)
This commit is contained in:
Gerald Carter 2004-05-13 16:11:24 +00:00 committed by Gerald (Jerry) Carter
parent e14d1e18f5
commit 0f462790a3

View 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)