diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:51:40 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:27 +0200 |
commit | 9723f33ef54235b27d0126810fdd7546d2510f23 (patch) | |
tree | 7f1b52c6cc5ff6b351111a34392ac654737b0654 /source3/include/printing.h | |
parent | 5f9165a7eaa081b15f2ca435ca86210eaa5c4752 (diff) | |
download | samba-9723f33ef54235b27d0126810fdd7546d2510f23.tar.gz samba-9723f33ef54235b27d0126810fdd7546d2510f23.tar.bz2 samba-9723f33ef54235b27d0126810fdd7546d2510f23.zip |
s3: Lift the smbd_messaging_context from print_queue_resume
Diffstat (limited to 'source3/include/printing.h')
-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 33a1d0ff2a..fd57acec39 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -146,7 +146,8 @@ int print_queue_status(int snum, print_status_struct *status); 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, 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); #endif /* PRINTING_H_ */ |