From fdf669d37744487a7671b1d90541dbc21a41aeb6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 26 Apr 2010 18:33:20 -0400 Subject: s3-spoolss: Get rid of get_server_name. This function was useless the structure is public and used everywhere. Signed-off-by: Jim McDonough --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 738559b748..95d9411927 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4795,7 +4795,6 @@ bool print_access_check(struct auth_serversupplied_info *server_info, int snum, int access_type); bool print_time_access_check(struct auth_serversupplied_info *server_info, const char *servicename); -char* get_server_name( Printer_entry *printer ); /* The following definitions come from printing/pcap.c */ -- cgit