summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-18 00:38:01 +0100
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:07:06 +0200
commit09763c2ee2af6538e38c9d23985450930bb514bc (patch)
tree885cd629925559c1811f74aa9d5af323355389de /source3/include
parent1e4c4098747e766d4eec1bccbdfc82bd4f81d6ae (diff)
downloadsamba-09763c2ee2af6538e38c9d23985450930bb514bc.tar.gz
samba-09763c2ee2af6538e38c9d23985450930bb514bc.tar.xz
samba-09763c2ee2af6538e38c9d23985450930bb514bc.zip
s3-spoolss: remove old rpccli_spoolss_enumprinterdataex.
Guenther (cherry picked from commit 9d024d17153ad10b0df0531480b2a0a43f910dba) (cherry picked from commit 6f87c105748689bf1e902b83603e57c12f7edce3)
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 f0929755fe2..1c2abc6017c 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);