summaryrefslogtreecommitdiff
path: root/source3/include/printing.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 08:29:56 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:37 +0200
commitd1d790418230bed0f79942bd1f0838312bb8390c (patch)
treef436cd718a4d5366d1eabd8da7302e31f9314d57 /source3/include/printing.h
parent6d2d8f54446627dbdc15edbdb60d65a7263012b5 (diff)
downloadsamba-d1d790418230bed0f79942bd1f0838312bb8390c.tar.gz
samba-d1d790418230bed0f79942bd1f0838312bb8390c.tar.bz2
samba-d1d790418230bed0f79942bd1f0838312bb8390c.zip
s3:printing: add print_spool_rap_jobid()
metze
Diffstat (limited to 'source3/include/printing.h')
-rw-r--r--source3/include/printing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h
index 3551d8e62a..4589b38bd8 100644
--- a/source3/include/printing.h
+++ b/source3/include/printing.h
@@ -185,6 +185,7 @@ void print_spool_end(files_struct *fsp, enum file_close_type close_type);
void print_spool_terminate(struct connection_struct *conn,
struct print_file_data *print_file);
+uint16_t print_spool_rap_jobid(struct print_file_data *print_file);
/* The following definitions come from printing/printing.c */