diff options
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 e2fcdceef3..ff842af90d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4424,7 +4424,9 @@ void notify_job_status_byname(struct tevent_context *ev, void notify_job_status(struct tevent_context *ev, struct messaging_context *msg_ctx, const char *sharename, uint32 jobid, uint32 status); -void notify_job_total_bytes(const char *sharename, uint32 jobid, +void notify_job_total_bytes(struct tevent_context *ev, + struct messaging_context *msg_ctx, + const char *sharename, uint32 jobid, uint32 size); void notify_job_total_pages(const char *sharename, uint32 jobid, uint32 pages); |