summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-16 21:41:11 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 12:18:28 +0100
commit86c25b353381179ee392841618c9ae34dca1d992 (patch)
tree9bd37863fc2c77881be45c04f46bbc56f50f6c71 /source3/include
parent87d97ad0422c771ea575e9a5e68d0d2e5bfe25be (diff)
downloadsamba-86c25b353381179ee392841618c9ae34dca1d992.tar.gz
samba-86c25b353381179ee392841618c9ae34dca1d992.tar.bz2
samba-86c25b353381179ee392841618c9ae34dca1d992.zip
s3-spoolss: add rpccli_spoolss_enumprinterkey convenience wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e73237daff..4b95822263 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5540,6 +5540,12 @@ WERROR rpccli_spoolss_getprinterdata(struct rpc_pipe_client *cli,
uint32_t offered,
enum winreg_Type *type,
union spoolss_PrinterData *data);
+WERROR rpccli_spoolss_enumprinterkey(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *handle,
+ const char *key_name,
+ const char ***key_buffer,
+ uint32_t offered);
WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
POLICY_HND *hnd, const char *keyname,
REGVAL_CTR *ctr);