summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 16:19:03 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 18:09:35 +0200
commit21811fe72df202413ca7f65bf271d4c9fe1345c5 (patch)
tree3f0f7fd6eff4d05564a772c5965006104d422f2b /source3/include
parent49d18478fd952b360221852a0bc0e2f4f6427aea (diff)
downloadsamba-21811fe72df202413ca7f65bf271d4c9fe1345c5.tar.gz
samba-21811fe72df202413ca7f65bf271d4c9fe1345c5.tar.bz2
samba-21811fe72df202413ca7f65bf271d4c9fe1345c5.zip
s3: Lift the server_messaging_context from notify_printer_status
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7c2740aa4a..2b26b10deb 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4413,7 +4413,9 @@ void print_notify_send_messages(struct messaging_context *msg_ctx,
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_printer_status(struct tevent_context *ev,
+ struct messaging_context *msg_ctx,
+ int snum, uint32 status);
void notify_job_status_byname(const char *sharename, uint32 jobid, uint32 status,
uint32 flags);
void notify_job_status(const char *sharename, uint32 jobid, uint32 status);