diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 17:00:55 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:37 +0200 |
commit | 0b423493c30ca291ed09c9c2fc288d59635e79df (patch) | |
tree | 1d14bbf0d6baf368e538c6d103aaf2f7c13bf462 /source3/include | |
parent | 6806ae729065ed0914d89b84eb486b0fe8bec89a (diff) | |
download | samba-0b423493c30ca291ed09c9c2fc288d59635e79df.tar.gz samba-0b423493c30ca291ed09c9c2fc288d59635e79df.tar.bz2 samba-0b423493c30ca291ed09c9c2fc288d59635e79df.zip |
s3: Lift the server_messaging_context from pjob_delete
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/printing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h index 909ac6e230..3921b7c8fc 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -116,7 +116,6 @@ void print_spool_terminate(struct connection_struct *conn, int unpack_pjob( uint8 *buf, int buflen, struct printjob *pjob ); uint32 sysjob_to_jobid(int unix_jobid); -void pjob_delete(const char* sharename, uint32 jobid); bool print_notify_register_pid(int snum); bool print_notify_deregister_pid(int snum); bool print_job_exists(const char* sharename, uint32 jobid); |