diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index e7e2536ce6..c98085b421 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -285,6 +285,7 @@ bool print_time_access_check(struct auth_serversupplied_info *server_info, void nt_printer_remove(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, const char *printer); #endif /* NT_PRINTING_H_ */ |