diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/printing.h | 1 |
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 */ |