summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-10 00:21:53 +0100
committerGünther Deschner <gd@samba.org>2009-02-10 11:26:39 +0100
commit0fc13e7e2cb95f4e8a94b6fc91c72ee59b2963d6 (patch)
treeb67bd4a21c2dc594e919369f822b85c5dfbfcea2 /source3/include/rpc_spoolss.h
parente4b5e67566da767b423c8412601f46d3f95ff34c (diff)
downloadsamba-0fc13e7e2cb95f4e8a94b6fc91c72ee59b2963d6.tar.gz
samba-0fc13e7e2cb95f4e8a94b6fc91c72ee59b2963d6.tar.bz2
samba-0fc13e7e2cb95f4e8a94b6fc91c72ee59b2963d6.zip
s3-spoolss: remove old spoolss_SetJob.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index b257d3dbcc..78e01d39ea 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -995,24 +995,6 @@ typedef struct job_info_info
}
JOB_INFO;
-typedef struct spool_q_setjob
-{
- POLICY_HND handle;
- uint32 jobid;
- uint32 level;
- JOB_INFO ctr;
- uint32 command;
-
-}
-SPOOL_Q_SETJOB;
-
-typedef struct spool_r_setjob
-{
- WERROR status;
-
-}
-SPOOL_R_SETJOB;
-
typedef struct spool_q_enumprinterdrivers
{
uint32 name_ptr;