From 9a8f19672de6ec00bbd95a1a72e6ef2a79ed7d81 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 16 Mar 2009 16:52:37 +0100 Subject: s3-spoolss: add pull_spoolss_PrinterData(). Guenther --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index c4f57afedd..615cb16649 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5554,6 +5554,10 @@ WERROR rpccli_spoolss_enumprinterkey(struct rpc_pipe_client *cli, TALLOC_CTX *me bool init_systemtime(struct spoolss_Time *r, struct tm *unixtime); +WERROR pull_spoolss_PrinterData(TALLOC_CTX *mem_ctx, + const DATA_BLOB *blob, + union spoolss_PrinterData *data, + enum winreg_Type type); /* The following definitions come from rpc_client/init_lsa.c */ -- cgit