diff options
author | David Disseldorp <ddiss@samba.org> | 2012-02-08 17:03:06 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2012-07-24 21:34:27 +0200 |
commit | fc9ab1f9725c2209170b4d6ab36f28105235ed4a (patch) | |
tree | ea4e13a89fd6cad395c7a10aaae85ff500be02d7 /source3/include | |
parent | 9ba0e902625ce96fdc60f0d3f4443d9b8546a4ac (diff) | |
download | samba-fc9ab1f9725c2209170b4d6ab36f28105235ed4a.tar.gz |
s3-printing: remove unused print_job_fname()
(cherry picked from commit f831a9bdbdddd77c3e7ea7e5ae1653567ee12ceb)
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 a49d6a507f9..149e84c3ba4 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -195,7 +195,6 @@ uint32 sysjob_to_jobid(int unix_jobid); bool print_notify_register_pid(int snum); bool print_notify_deregister_pid(int snum); bool print_job_exists(const char* sharename, uint32 jobid); -char *print_job_fname(const char* sharename, uint32 jobid); struct spoolss_DeviceMode *print_job_devmode(TALLOC_CTX *mem_ctx, const char *sharename, uint32 jobid); |