summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_spoolss_buf.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-10 14:23:49 +0100
committerGünther Deschner <gd@samba.org>2009-12-10 17:48:50 +0100
commit835e7d6c98406725dc9dab891d3025b9a11b7eb9 (patch)
treeab4e67901c640195609ba49895a6886ff43fe330 /librpc/ndr/ndr_spoolss_buf.h
parentce33967f4a6a762e97a87513df7d33716db689fb (diff)
downloadsamba-835e7d6c98406725dc9dab891d3025b9a11b7eb9.tar.gz
samba-835e7d6c98406725dc9dab891d3025b9a11b7eb9.tar.bz2
samba-835e7d6c98406725dc9dab891d3025b9a11b7eb9.zip
spoolss: remove unused spoolss_StringArray2.
Guenther
Diffstat (limited to 'librpc/ndr/ndr_spoolss_buf.h')
-rw-r--r--librpc/ndr/ndr_spoolss_buf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/librpc/ndr/ndr_spoolss_buf.h b/librpc/ndr/ndr_spoolss_buf.h
index 478931e1f8..c0c553b241 100644
--- a/librpc/ndr/ndr_spoolss_buf.h
+++ b/librpc/ndr/ndr_spoolss_buf.h
@@ -50,9 +50,6 @@ enum ndr_err_code ndr_pull_spoolss_GetPrinterDataEx(struct ndr_pull *ndr, int fl
enum ndr_err_code ndr_push_spoolss_SetPrinterDataEx(struct ndr_push *ndr, int flags, const struct spoolss_SetPrinterDataEx *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);
-enum ndr_err_code ndr_push_spoolss_StringArray2(struct ndr_push *ndr, int ndr_flags, const struct spoolss_StringArray2 *r);
-enum ndr_err_code ndr_pull_spoolss_StringArray2(struct ndr_pull *ndr, int ndr_flags, struct spoolss_StringArray2 *r);
-size_t ndr_size_spoolss_StringArray2(const struct spoolss_StringArray2 *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);
void ndr_print_spoolss_Field(struct ndr_print *ndr, const char *name, const union spoolss_Field *r);