diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-04 10:14:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-04 10:14:21 +0000 |
commit | 7bd738c30a09a211fd14a8544309efeec17c66f5 (patch) | |
tree | 30290bb990f82eb6cbda5a755bfd571a12c1d1eb /source/include/proto.h | |
parent | 080fb61b69620e26e8122705383dc2bd0468a519 (diff) | |
download | samba-7bd738c30a09a211fd14a8544309efeec17c66f5.tar.gz samba-7bd738c30a09a211fd14a8544309efeec17c66f5.tar.xz samba-7bd738c30a09a211fd14a8544309efeec17c66f5.zip |
add support for unlink() on printer shares in smbwrapper. unlink()
will remove the job from the pirnt queue.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 29803cdbbc9..f2b484ceec1 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -418,6 +418,7 @@ BOOL cli_establish_connection(struct cli_state *cli, struct nmb_name *calling, struct nmb_name *called, char *service, char *service_type, BOOL do_shutdown, BOOL do_tcon); +int cli_printjob_del(struct cli_state *cli, int job); int cli_print_queue(struct cli_state *cli, void (*fn)(struct print_job_info *)); |