summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2012-02-07 11:41:54 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-02-09 16:39:04 +0100
commit5ec12732c3092d248a374ae7af155a409c7ee88e (patch)
tree6c9cd193ebcd0c7e6bc9225c6075010f656b388b /source3/include
parent2464a7b0ddb556bed86a845c9400e26c4d7f584a (diff)
downloadsamba-5ec12732c3092d248a374ae7af155a409c7ee88e.tar.gz
samba-5ec12732c3092d248a374ae7af155a409c7ee88e.tar.bz2
samba-5ec12732c3092d248a374ae7af155a409c7ee88e.zip
s3-printing: Add new printers to registry.
This fixes bug #8554, #8612 and #8748. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Feb 9 16:39:04 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/nt_printing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 4735c4e5df..08a21615db 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -176,5 +176,9 @@ void nt_printer_remove(TALLOC_CTX *mem_ctx,
const struct auth_session_info *server_info,
struct messaging_context *msg_ctx,
const char *printer);
+void nt_printer_add(TALLOC_CTX *mem_ctx,
+ const struct auth_session_info *server_info,
+ struct messaging_context *msg_ctx,
+ const char *printer);
#endif /* NT_PRINTING_H_ */