summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-16 16:53:41 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 10:53:43 +0100
commit6df9e1f7aafe6da4b90271dda8d6cf3847a8d39e (patch)
tree3f2892d59a54a774065a028d991ac5f6010117ba /source3/include
parent9a8f19672de6ec00bbd95a1a72e6ef2a79ed7d81 (diff)
downloadsamba-6df9e1f7aafe6da4b90271dda8d6cf3847a8d39e.tar.gz
samba-6df9e1f7aafe6da4b90271dda8d6cf3847a8d39e.tar.bz2
samba-6df9e1f7aafe6da4b90271dda8d6cf3847a8d39e.zip
s3-spoolss: add push_spoolss_PrinterData().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 615cb16649..f2929e8296 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5558,6 +5558,9 @@ WERROR pull_spoolss_PrinterData(TALLOC_CTX *mem_ctx,
const DATA_BLOB *blob,
union spoolss_PrinterData *data,
enum winreg_Type type);
+WERROR push_spoolss_PrinterData(TALLOC_CTX *mem_ctx, DATA_BLOB *blob,
+ enum winreg_Type type,
+ union spoolss_PrinterData *data);
/* The following definitions come from rpc_client/init_lsa.c */