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 | a1b002fcbe5daa91ce8bc94b73760e2428238315 (patch) | |
tree | 005af724097b775b4b277b20590446eb91af7c7d /source3/include/proto.h | |
parent | 6760e69a68571e01ee57b959193a56278962a23c (diff) | |
download | samba-a1b002fcbe5daa91ce8bc94b73760e2428238315.tar.gz samba-a1b002fcbe5daa91ce8bc94b73760e2428238315.tar.bz2 samba-a1b002fcbe5daa91ce8bc94b73760e2428238315.zip |
add support for unlink() on printer shares in smbwrapper. unlink()
will remove the job from the pirnt queue.
(This used to be commit 7bd738c30a09a211fd14a8544309efeec17c66f5)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 29803cdbbc..f2b484ceec 100644 --- a/source3/include/proto.h +++ b/source3/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 *)); |