diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-11 11:07:36 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:13 -0400 |
commit | 7c629bda2f86271b709292dbc5a9e811e438a902 (patch) | |
tree | 7292c950686e8b289161506ea8e02cc98eeeda0b /source3/include | |
parent | ae405eed4fa1857e90f240671c539088be51d562 (diff) | |
download | samba-7c629bda2f86271b709292dbc5a9e811e438a902.tar.gz samba-7c629bda2f86271b709292dbc5a9e811e438a902.tar.bz2 samba-7c629bda2f86271b709292dbc5a9e811e438a902.zip |
s3-printing: Remove unused printer registry key functions.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 9 |
1 files changed, 0 insertions, 9 deletions
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); |