diff options
author | Simo Sorce <idra@samba.org> | 2010-04-26 18:33:20 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:10 -0400 |
commit | fdf669d37744487a7671b1d90541dbc21a41aeb6 (patch) | |
tree | e5aefa040c773b1b1f6336a7f3b03a074ea45306 /source3/include/proto.h | |
parent | 44bc6714b0c5f40eb73def532b3074a4b19f6df4 (diff) | |
download | samba-fdf669d37744487a7671b1d90541dbc21a41aeb6.tar.gz samba-fdf669d37744487a7671b1d90541dbc21a41aeb6.tar.bz2 samba-fdf669d37744487a7671b1d90541dbc21a41aeb6.zip |
s3-spoolss: Get rid of get_server_name.
This function was useless the structure is public and used everywhere.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |