summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-04-22 19:30:11 -0400
committerGünther Deschner <gd@samba.org>2010-05-18 15:52:28 +0200
commitd6a73ad85bff4867b48d12fa68479812f682ec0a (patch)
treeda855b5dd3f37e98875556e5a41a2fc7fc97f4c7 /source3/include
parent007b9962676efef4cf2230f304ce263ce1e75555 (diff)
downloadsamba-d6a73ad85bff4867b48d12fa68479812f682ec0a.tar.gz
samba-d6a73ad85bff4867b48d12fa68479812f682ec0a.tar.bz2
samba-d6a73ad85bff4867b48d12fa68479812f682ec0a.zip
s3-spoolss: Removed the Phantom DeviceMode.
This was a hack that required a special client from HP. The client code has never been released and was discontinued, so this code was just dead weight. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c1976082e0..9a2320b935 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4765,9 +4765,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);
-bool set_driver_init(NT_PRINTER_INFO_LEVEL *printer, uint32 level);
-bool del_driver_init(const char *drivername);
-WERROR save_driver_init(NT_PRINTER_INFO_LEVEL *printer, uint32 level, uint8 *data, uint32 data_len);
WERROR get_a_printer( Printer_entry *print_hnd,
NT_PRINTER_INFO_LEVEL **pp_printer,
uint32 level,