From cc280f0cd1f970b044011dee386e15ec87eccec8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 14:52:59 +0200 Subject: s3: Lift the smbd_messaging_context from print_queue_purge --- source3/include/printing.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/printing.h') diff --git a/source3/include/printing.h b/source3/include/printing.h index fd57acec39..95b0ec6279 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -148,6 +148,7 @@ WERROR print_queue_pause(struct auth_serversupplied_info *server_info, struct messaging_context *msg_ctx, int snum); WERROR print_queue_resume(struct auth_serversupplied_info *server_info, struct messaging_context *msg_ctx, int snum); -WERROR print_queue_purge(struct auth_serversupplied_info *server_info, int snum); +WERROR print_queue_purge(struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, int snum); #endif /* PRINTING_H_ */ -- cgit