diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:52:59 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:27 +0200 |
commit | cc280f0cd1f970b044011dee386e15ec87eccec8 (patch) | |
tree | ee213b6dadfef0b644cc2a30f4234986f0740fe3 /source3/include | |
parent | 9723f33ef54235b27d0126810fdd7546d2510f23 (diff) | |
download | samba-cc280f0cd1f970b044011dee386e15ec87eccec8.tar.gz samba-cc280f0cd1f970b044011dee386e15ec87eccec8.tar.bz2 samba-cc280f0cd1f970b044011dee386e15ec87eccec8.zip |
s3: Lift the smbd_messaging_context from print_queue_purge
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_ */ |