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:
parent
e14d1e18f5
commit
0f462790a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user