diff options
author | Tim Potter <tpot@samba.org> | 2000-11-08 00:19:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-11-08 00:19:30 +0000 |
commit | 29cb8c12caf1360ef4c6165131a1b20933c59501 (patch) | |
tree | d2a480c7e0c7c1d12fef1bd87f8acf5ad1dfeb24 | |
parent | e1cc6c85d793f5d86798eaf5ab452b11ed2f73bb (diff) | |
download | samba-29cb8c12caf1360ef4c6165131a1b20933c59501.tar.gz samba-29cb8c12caf1360ef4c6165131a1b20933c59501.tar.bz2 samba-29cb8c12caf1360ef4c6165131a1b20933c59501.zip |
make proto
(This used to be commit 88a2d224f1c3ca09abbad7f33b0e93bdf503da4e)
-rw-r--r-- | source3/include/proto.h | 6 |
1 files 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); |