From 7c629bda2f86271b709292dbc5a9e811e438a902 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 11 May 2010 11:07:36 +0200 Subject: s3-printing: Remove unused printer registry key functions. Signed-off-by: Jim McDonough --- source3/include/proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 67f9976397..c66f45f0a8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4726,16 +4726,7 @@ int pack_devicemode(struct spoolss_DeviceMode *devmode, uint8 *buf, int buflen); int unpack_devicemode(TALLOC_CTX *mem_ctx, const uint8 *buf, int buflen, struct spoolss_DeviceMode **devmode); -int add_new_printer_key( NT_PRINTER_DATA *data, const char *name ); -int delete_printer_key( NT_PRINTER_DATA *data, const char *name ); -int lookup_printerkey( NT_PRINTER_DATA *data, const char *name ); -int get_printer_subkeys( NT_PRINTER_DATA *data, const char* key, fstring **subkeys ); WERROR check_published_printers(void); -WERROR delete_all_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key ); -WERROR delete_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const char *value ); -WERROR add_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const char *value, - 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 ); bool driver_info_ctr_to_info8(struct spoolss_AddDriverInfoCtr *r, struct spoolss_DriverInfo8 *_info8); void map_printer_permissions(struct security_descriptor *sd); -- cgit