summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-18 00:38:01 +0100
committerGünther Deschner <gd@samba.org>2009-03-18 01:30:41 +0100
commit9d024d17153ad10b0df0531480b2a0a43f910dba (patch)
tree1d0663441879c55b1cb951fa0b0be2cff94a503e /source3/include
parentf9712d568ab6331be5a62a34ce60331013ccd253 (diff)
downloadsamba-9d024d17153ad10b0df0531480b2a0a43f910dba.tar.gz
samba-9d024d17153ad10b0df0531480b2a0a43f910dba.tar.bz2
samba-9d024d17153ad10b0df0531480b2a0a43f910dba.zip
s3-spoolss: remove old rpccli_spoolss_enumprinterdataex.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f0929755fe..1c2abc6017 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5550,9 +5550,6 @@ WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli,
uint32_t offered,
uint32_t *count,
struct spoolss_PrinterEnumValues **info);
-WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
- POLICY_HND *hnd, const char *keyname,
- REGVAL_CTR *ctr);
/* The following definitions come from rpc_client/init_spoolss.c */
@@ -5834,9 +5831,6 @@ bool sec_io_desc_buf(const char *desc, SEC_DESC_BUF **ppsdb, prs_struct *ps, int
uint32 spoolss_size_printer_enum_values(PRINTER_ENUM_VALUES *p);
bool make_spoolss_buffer5(TALLOC_CTX *mem_ctx, BUFFER5 *buf5, uint32 len, uint16 *src);
-bool make_spoolss_q_enumprinterdataex(SPOOL_Q_ENUMPRINTERDATAEX *q_u,
- const POLICY_HND *hnd, const char *key,
- uint32 size);
bool spoolss_io_q_enumprinterdataex(const char *desc, SPOOL_Q_ENUMPRINTERDATAEX *q_u, prs_struct *ps, int depth);
bool spoolss_io_r_enumprinterdataex(const char *desc, SPOOL_R_ENUMPRINTERDATAEX *r_u, prs_struct *ps, int depth);