diff options
author | Günther Deschner <gd@samba.org> | 2009-02-26 15:33:57 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-26 22:02:18 +0100 |
commit | 0445c554d1e112f3721e28072406bd4f63b6aefe (patch) | |
tree | a5b66cb639e7ccfac436c083fa290df7cfbc9542 /source3/include/proto.h | |
parent | 417f920e0784cb62ebe5bee02cd5e8eb44bf34c8 (diff) | |
download | samba-0445c554d1e112f3721e28072406bd4f63b6aefe.tar.gz samba-0445c554d1e112f3721e28072406bd4f63b6aefe.tar.bz2 samba-0445c554d1e112f3721e28072406bd4f63b6aefe.zip |
s3-spoolss: add rpccli_spoolss_getjob convenience wrapper.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ce31640272..30024a8cb4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5497,6 +5497,13 @@ WERROR rpccli_spoolss_getprinter(struct rpc_pipe_client *cli, uint32_t level, uint32_t offered, union spoolss_PrinterInfo *info); +WERROR rpccli_spoolss_getjob(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + struct policy_handle *handle, + uint32_t job_id, + uint32_t level, + uint32_t offered, + union spoolss_JobInfo *info); WERROR rpccli_spoolss_enum_printers(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, char *name, uint32 flags, uint32 level, uint32 *num_printers, PRINTER_INFO_CTR *ctr); |