diff options
author | Günther Deschner <gd@samba.org> | 2009-03-16 15:02:43 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 12:07:50 +0100 |
commit | 57077f43a73cfca9b3ae6ea03ebe457925e4c232 (patch) | |
tree | 55fc4ee3075c3a209c021f1230786130365ab77a /source3/rpc_parse | |
parent | 3e16ede0c2c73134201948e4018f6acefdca039c (diff) | |
download | samba-57077f43a73cfca9b3ae6ea03ebe457925e4c232.tar.gz samba-57077f43a73cfca9b3ae6ea03ebe457925e4c232.tar.bz2 samba-57077f43a73cfca9b3ae6ea03ebe457925e4c232.zip |
s3-spoolss: remove rpccli_spoolss_enumprinterdata.
Guenther
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_spoolss.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source3/rpc_parse/parse_spoolss.c b/source3/rpc_parse/parse_spoolss.c index 673526dc59..b7a3768d4f 100644 --- a/source3/rpc_parse/parse_spoolss.c +++ b/source3/rpc_parse/parse_spoolss.c @@ -392,21 +392,6 @@ bool spoolss_io_q_enumprinterdata(const char *desc, SPOOL_Q_ENUMPRINTERDATA *q_u /******************************************************************* ********************************************************************/ -bool make_spoolss_q_enumprinterdata(SPOOL_Q_ENUMPRINTERDATA *q_u, - const POLICY_HND *hnd, - uint32 idx, uint32 valuelen, uint32 datalen) -{ - memcpy(&q_u->handle, hnd, sizeof(q_u->handle)); - q_u->index=idx; - q_u->valuesize=valuelen; - q_u->datasize=datalen; - - return True; -} - -/******************************************************************* -********************************************************************/ - bool make_spoolss_q_enumprinterdataex(SPOOL_Q_ENUMPRINTERDATAEX *q_u, const POLICY_HND *hnd, const char *key, uint32 size) |