summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_spoolss_buf.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-24 00:47:32 +0100
committerGünther Deschner <gd@samba.org>2009-02-24 01:02:37 +0100
commit6532fea2c8469c30a187cc6d4fc36b3b32ec2dd5 (patch)
tree5ab26e9efd4439802561b87b6df3c95161034857 /librpc/ndr/ndr_spoolss_buf.h
parentb8b3a6f1fc3dd10820906118264943860a73c1c4 (diff)
downloadsamba-6532fea2c8469c30a187cc6d4fc36b3b32ec2dd5.tar.gz
samba-6532fea2c8469c30a187cc6d4fc36b3b32ec2dd5.tar.bz2
samba-6532fea2c8469c30a187cc6d4fc36b3b32ec2dd5.zip
spoolss: add push,pull helper for spoolss_DriverInfo101.
Guenther
Diffstat (limited to 'librpc/ndr/ndr_spoolss_buf.h')
-rw-r--r--librpc/ndr/ndr_spoolss_buf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_spoolss_buf.h b/librpc/ndr/ndr_spoolss_buf.h
index 801737610f..5ed848d7e0 100644
--- a/librpc/ndr/ndr_spoolss_buf.h
+++ b/librpc/ndr/ndr_spoolss_buf.h
@@ -39,6 +39,9 @@ enum ndr_err_code ndr_pull_spoolss_GetPrinterData(struct ndr_pull *ndr, int flag
enum ndr_err_code ndr_push_spoolss_SetPrinterData(struct ndr_push *ndr, int flags, const struct spoolss_SetPrinterData *r);
uint32_t _ndr_size_spoolss_DeviceMode(struct spoolss_DeviceMode *devmode, struct smb_iconv_convenience *ic, uint32_t flags);
size_t ndr_size_spoolss_StringArray(const struct spoolss_StringArray *r, struct smb_iconv_convenience *ic, int flags);
+_PUBLIC_ enum ndr_err_code ndr_push_spoolss_DriverInfo101(struct ndr_push *ndr, int ndr_flags, const struct spoolss_DriverInfo101 *r);
+_PUBLIC_ enum ndr_err_code ndr_pull_spoolss_DriverInfo101(struct ndr_pull *ndr, int ndr_flags, struct spoolss_DriverInfo101 *r);
+
#undef _PRINTF_ATTRIBUTE
#define _PRINTF_ATTRIBUTE(a1, a2)