diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 17:11:23 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:37 +0200 |
commit | de108248729cbed4464f0fb68b6f4b2d2bbdcc1e (patch) | |
tree | 03f24ee42a188198d0ff9d65f832929bf9a1250e /source3/include/printing.h | |
parent | 3b5b74c7dd931815e7b3763ad1cbf47c3710f60d (diff) | |
download | samba-de108248729cbed4464f0fb68b6f4b2d2bbdcc1e.tar.gz samba-de108248729cbed4464f0fb68b6f4b2d2bbdcc1e.tar.bz2 samba-de108248729cbed4464f0fb68b6f4b2d2bbdcc1e.zip |
s3: Lift the server_messaging_context from print_job_set_name
Diffstat (limited to 'source3/include/printing.h')
-rw-r--r-- | source3/include/printing.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h index 3921b7c8fc..66fdda6a59 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -121,7 +121,9 @@ bool print_notify_deregister_pid(int snum); bool print_job_exists(const char* sharename, uint32 jobid); char *print_job_fname(const char* sharename, uint32 jobid); struct spoolss_DeviceMode *print_job_devmode(const char* sharename, uint32 jobid); -bool print_job_set_name(const char *sharename, uint32 jobid, const char *name); +bool print_job_set_name(struct tevent_context *ev, + struct messaging_context *msg_ctx, + const char *sharename, uint32 jobid, const char *name); bool print_job_get_name(TALLOC_CTX *mem_ctx, const char *sharename, uint32_t jobid, char **name); WERROR print_job_delete(struct auth_serversupplied_info *server_info, struct messaging_context *msg_ctx, |