From 39ce462043d32e94b71a98001a43a95360017528 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 14:29:39 +0200 Subject: s3: Lift the smbd_messaging_context from print_time_access_check --- source3/include/nt_printing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index f29b22fc42..e7e2536ce6 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -280,6 +280,7 @@ void map_printer_permissions(struct security_descriptor *sd); void map_job_permissions(struct security_descriptor *sd); bool print_time_access_check(struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, const char *servicename); void nt_printer_remove(TALLOC_CTX *mem_ctx, -- cgit