diff options
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r-- | source3/include/rpc_spoolss.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 15814d4348..5799885ade 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -873,23 +873,6 @@ typedef struct add_jobinfo_1 ADD_JOBINFO_1; -typedef struct spool_q_addjob -{ - POLICY_HND handle; - uint32 level; - RPC_BUFFER *buffer; - uint32 offered; -} -SPOOL_Q_ADDJOB; - -typedef struct spool_r_addjob -{ - RPC_BUFFER *buffer; - uint32 needed; - WERROR status; -} -SPOOL_R_ADDJOB; - /* * I'm really wondering how many different time formats * I will have to cope with |