From 29cb8c12caf1360ef4c6165131a1b20933c59501 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 8 Nov 2000 00:19:30 +0000 Subject: make proto (This used to be commit 88a2d224f1c3ca09abbad7f33b0e93bdf503da4e) --- source3/include/proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index 9b0392ba8f..066d7e7f80 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1790,9 +1790,9 @@ int print_job_fd(int jobid); char *print_job_fname(int jobid); BOOL print_job_set_place(int jobid, int place); BOOL print_job_set_name(int jobid, char *name); -BOOL print_job_delete(struct current_user *user, int jobid); -BOOL print_job_pause(struct current_user *user, int jobid); -BOOL print_job_resume(struct current_user *user, int jobid); +BOOL print_job_delete(struct current_user *user, int jobid, int *errcode); +BOOL print_job_pause(struct current_user *user, int jobid, int *errcode); +BOOL print_job_resume(struct current_user *user, int jobid, int *errcode); int print_job_write(int jobid, const char *buf, int size); int print_job_start(struct current_user *user, int snum, char *jobname); BOOL print_job_end(int jobid); -- cgit