summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-11 10:46:10 +0200
committerSimo Sorce <idra@samba.org>2010-07-27 10:27:12 -0400
commit4e45d5f8244fae0e26a6d0592a092f2a9c791666 (patch)
tree305ee5bcdbd99d8f435c2de6001c73a13e9a2dd7 /source3/include
parent38d6274864ebb4d31333946379496d67745cd3c5 (diff)
downloadsamba-4e45d5f8244fae0e26a6d0592a092f2a9c791666.tar.gz
samba-4e45d5f8244fae0e26a6d0592a092f2a9c791666.tar.bz2
samba-4e45d5f8244fae0e26a6d0592a092f2a9c791666.zip
s3-printing: Removed unused get_a_printer functions.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3b7b6d58a5..57a9ceebd3 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4747,14 +4747,6 @@ WERROR add_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const cha
uint32 type, uint8 *data, int real_len );
struct regval_blob* get_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const char *value );
WERROR mod_a_printer(NT_PRINTER_INFO_LEVEL *printer, uint32 level);
-WERROR get_a_printer( Printer_entry *print_hnd,
- NT_PRINTER_INFO_LEVEL **pp_printer,
- uint32 level,
- const char *sharename);
-WERROR get_a_printer_search( Printer_entry *print_hnd,
- NT_PRINTER_INFO_LEVEL **pp_printer,
- uint32 level,
- const char *sharename);
uint32 free_a_printer(NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level);
bool driver_info_ctr_to_info8(struct spoolss_AddDriverInfoCtr *r,
struct spoolss_DriverInfo8 *_info8);