summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-25 01:23:40 +0100
committerGünther Deschner <gd@samba.org>2009-02-25 11:16:30 +0100
commit59e90d3715a577503434ace9e01bfe63dfcfa714 (patch)
tree22861a3376a661869ed0c1bca707f6b0b950658b /source3/rpc_parse/parse_spoolss.c
parentc03f2072762d91240fe90a2f02542e521313e7ef (diff)
downloadsamba-59e90d3715a577503434ace9e01bfe63dfcfa714.tar.gz
samba-59e90d3715a577503434ace9e01bfe63dfcfa714.tar.bz2
samba-59e90d3715a577503434ace9e01bfe63dfcfa714.zip
s3-spoolss: remove rpccli_spoolss_getprinter.
Guenther
Diffstat (limited to 'source3/rpc_parse/parse_spoolss.c')
-rw-r--r--source3/rpc_parse/parse_spoolss.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/source3/rpc_parse/parse_spoolss.c b/source3/rpc_parse/parse_spoolss.c
index d749d2ef9b..c9c897253a 100644
--- a/source3/rpc_parse/parse_spoolss.c
+++ b/source3/rpc_parse/parse_spoolss.c
@@ -2005,32 +2005,6 @@ bool spoolss_io_q_getprinter(const char *desc, SPOOL_Q_GETPRINTER *q_u, prs_stru
}
/*******************************************************************
- * init a structure.
- ********************************************************************/
-
-bool make_spoolss_q_getprinter(
- TALLOC_CTX *mem_ctx,
- SPOOL_Q_GETPRINTER *q_u,
- const POLICY_HND *hnd,
- uint32 level,
- RPC_BUFFER *buffer,
- uint32 offered
-)
-{
- if (q_u == NULL)
- {
- return False;
- }
- memcpy(&q_u->handle, hnd, sizeof(q_u->handle));
-
- q_u->level=level;
- q_u->buffer=buffer;
- q_u->offered=offered;
-
- return True;
-}
-
-/*******************************************************************
********************************************************************/
bool spoolss_io_r_enumjobs(const char *desc, SPOOL_R_ENUMJOBS *r_u, prs_struct *ps, int depth)