From a1fe2ed68aef71083dc6a9938440e32e5a0cf63c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 26 Apr 2010 18:50:44 -0400 Subject: s3-spoolss: Use winreg_delete_printer_key to delete printers. Signed-off-by: Jim McDonough --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 95d9411927..d56ed3b349 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4795,6 +4795,9 @@ 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); +void nt_printer_remove(TALLOC_CTX *mem_ctx, + struct auth_serversupplied_info *server_info, + const char *printer); /* The following definitions come from printing/pcap.c */ -- cgit