diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 16:21:42 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:35 +0200 |
commit | 9b3a53a7a7f6b055bfa074fe6d3fcaa6d6ccc9ce (patch) | |
tree | f49aa120f6f87679b638a625dfe63c16e60d7ab7 /source3/include | |
parent | 21811fe72df202413ca7f65bf271d4c9fe1345c5 (diff) | |
download | samba-9b3a53a7a7f6b055bfa074fe6d3fcaa6d6ccc9ce.tar.gz samba-9b3a53a7a7f6b055bfa074fe6d3fcaa6d6ccc9ce.tar.bz2 samba-9b3a53a7a7f6b055bfa074fe6d3fcaa6d6ccc9ce.zip |
s3: Lift the server_messaging_context from notify_job_status_byname
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2b26b10deb..64ff1c9c25 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4416,7 +4416,10 @@ void notify_printer_status_byname(struct tevent_context *ev, 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, +void notify_job_status_byname(struct tevent_context *ev, + struct messaging_context *msg_ctx, + const char *sharename, uint32 jobid, + uint32 status, uint32 flags); void notify_job_status(const char *sharename, uint32 jobid, uint32 status); void notify_job_total_bytes(const char *sharename, uint32 jobid, |