diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/printing.h | 3 |
1 files changed, 2 insertions, 1 deletions
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_ */ |