diff options
author | Simo Sorce <idra@samba.org> | 2010-04-26 18:50:44 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:10 -0400 |
commit | a1fe2ed68aef71083dc6a9938440e32e5a0cf63c (patch) | |
tree | 302c14b90ef5ae2a5ac807cd737155eb06ea7f1c /source3/include | |
parent | fdf669d37744487a7671b1d90541dbc21a41aeb6 (diff) | |
download | samba-a1fe2ed68aef71083dc6a9938440e32e5a0cf63c.tar.gz samba-a1fe2ed68aef71083dc6a9938440e32e5a0cf63c.tar.bz2 samba-a1fe2ed68aef71083dc6a9938440e32e5a0cf63c.zip |
s3-spoolss: Use winreg_delete_printer_key to delete printers.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |