diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_spoolss.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index d0fac59bbf..63bc5ee796 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -1022,12 +1022,6 @@ typedef struct spool_r_enumports } SPOOL_R_ENUMPORTS; -#define JOB_CONTROL_PAUSE 1 -#define JOB_CONTROL_RESUME 2 -#define JOB_CONTROL_CANCEL 3 -#define JOB_CONTROL_RESTART 4 -#define JOB_CONTROL_DELETE 5 - typedef struct job_info_info { union |