diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:29:39 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:25 +0200 |
commit | 39ce462043d32e94b71a98001a43a95360017528 (patch) | |
tree | 198546e595a25ea3a10df67eeb5c22f43ac7037f /source3/include | |
parent | be7fd4ae5054435b25b1a6a460b626d556f39936 (diff) | |
download | samba-39ce462043d32e94b71a98001a43a95360017528.tar.gz samba-39ce462043d32e94b71a98001a43a95360017528.tar.xz samba-39ce462043d32e94b71a98001a43a95360017528.zip |
s3: Lift the smbd_messaging_context from print_time_access_check
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 f29b22fc421..e7e2536ce66 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, |