diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 16:31:41 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:35 +0200 |
commit | aa5fd419b27b7c52eccc6c129b17d606e4635b3e (patch) | |
tree | be7919fee3b3f5b0108d3f67d2f797528c3c8501 /source3/include | |
parent | 06cf2ae6ea3c8ef5e092dc3b465461746f3d466b (diff) | |
download | samba-aa5fd419b27b7c52eccc6c129b17d606e4635b3e.tar.gz samba-aa5fd419b27b7c52eccc6c129b17d606e4635b3e.tar.bz2 samba-aa5fd419b27b7c52eccc6c129b17d606e4635b3e.zip |
s3: Lift the server_messaging_context from notify_job_name
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 2f6e81539d..e1784ebdac 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4435,7 +4435,9 @@ void notify_job_total_pages(struct tevent_context *ev, void notify_job_username(struct tevent_context *ev, struct messaging_context *msg_ctx, const char *sharename, uint32 jobid, char *name); -void notify_job_name(const char *sharename, uint32 jobid, char *name); +void notify_job_name(struct tevent_context *ev, + struct messaging_context *msg_ctx, + const char *sharename, uint32 jobid, char *name); void notify_job_submitted(const char *sharename, uint32 jobid, time_t submitted); void notify_printer_driver(int snum, const char *driver_name); |