diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 16:16:37 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:34 +0200 |
commit | 49d18478fd952b360221852a0bc0e2f4f6427aea (patch) | |
tree | 44addc6355d12064c2da923aa46795a47762e755 /source3/include | |
parent | 30de2f735b160c0a3d311748066c73421f7a484d (diff) | |
download | samba-49d18478fd952b360221852a0bc0e2f4f6427aea.tar.gz samba-49d18478fd952b360221852a0bc0e2f4f6427aea.tar.bz2 samba-49d18478fd952b360221852a0bc0e2f4f6427aea.zip |
s3: Lift the server_messaging_context from notify_printer_status_byname
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1b80461055..7c2740aa4a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4410,7 +4410,9 @@ uint32_t print_parse_jobid(const char *fname); int print_queue_snum(const char *qname); void print_notify_send_messages(struct messaging_context *msg_ctx, unsigned int timeout); -void notify_printer_status_byname(const char *sharename, uint32 status); +void notify_printer_status_byname(struct tevent_context *ev, + struct messaging_context *msg_ctx, + const char *sharename, uint32 status); void notify_printer_status(int snum, uint32 status); void notify_job_status_byname(const char *sharename, uint32 jobid, uint32 status, uint32 flags); |