From 5ec12732c3092d248a374ae7af155a409c7ee88e Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Tue, 7 Feb 2012 11:41:54 +0100 Subject: s3-printing: Add new printers to registry. This fixes bug #8554, #8612 and #8748. Pair-Programmed-With: Stefan Metzmacher Autobuild-User: Andreas Schneider Autobuild-Date: Thu Feb 9 16:39:04 CET 2012 on sn-devel-104 --- source3/include/nt_printing.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') 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_ */ -- cgit