summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2011-10-28 05:43:05 +0200
committerKarolin Seeger <kseeger@samba.org>2012-06-22 21:42:18 +0200
commit57e929f4e040e32897645887fd1e6ca888b74500 (patch)
tree1a51130c85d26473fd115136fad7d370fdc9d3ca /source3/include
parent338acadd1446c9e22a69b29773d4bd6cf6b03d01 (diff)
downloadsamba-57e929f4e040e32897645887fd1e6ca888b74500.tar.gz
s3-printing: Add new printers to registry.
This fixes bug #8554, #8612 and #8748. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 8a553705d9045dbbc3ab71189f2496fe97e1a802)
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 4f8515983b5..16c46584c73 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_serversupplied_info *server_info,
struct messaging_context *msg_ctx,
const char *printer);
+void nt_printer_add(TALLOC_CTX *mem_ctx,
+ const struct auth_serversupplied_info *server_info,
+ struct messaging_context *msg_ctx,
+ const char *printer);
#endif /* NT_PRINTING_H_ */