summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-17 23:39:00 +0100
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:07:05 +0200
commit09f73e7d1e3910adfcb403bb4a2cdbab8ce914de (patch)
treee61841a6bf7c661451cab1b5e389c555c8954e46 /source3/include
parenta4fbe5e67c9a96030027fe1351d5bcb2d91fba30 (diff)
downloadsamba-09f73e7d1e3910adfcb403bb4a2cdbab8ce914de.tar.gz
samba-09f73e7d1e3910adfcb403bb4a2cdbab8ce914de.tar.xz
samba-09f73e7d1e3910adfcb403bb4a2cdbab8ce914de.zip
s3-spoolss: add rpccli_spoolss_enumprinterdataex convenience wrapper.
Guenther (cherry picked from commit ab85fc78bd932aca14103352f784a4b5f2909f3a) (cherry picked from commit 2ecc69851773d3a2cfa0e0e2dc1e90eff26e3fb0)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d3db1e8784e..f0929755fe2 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5543,6 +5543,13 @@ WERROR rpccli_spoolss_enumprinterkey(struct rpc_pipe_client *cli,
const char *key_name,
const char ***key_buffer,
uint32_t offered);
+WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *handle,
+ const char *key_name,
+ uint32_t offered,
+ uint32_t *count,
+ struct spoolss_PrinterEnumValues **info);
WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
POLICY_HND *hnd, const char *keyname,
REGVAL_CTR *ctr);