From e43ffde91f6781c135d4125b91911e79c06a7409 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 14:31:14 +0200 Subject: s3: Lift the smbd_messaging_context from nt_printer_remove --- source3/include/nt_printing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/nt_printing.h') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index e7e2536ce6..c98085b421 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -285,6 +285,7 @@ bool print_time_access_check(struct auth_serversupplied_info *server_info, void nt_printer_remove(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, const char *printer); #endif /* NT_PRINTING_H_ */ -- cgit