summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 14:28:17 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 16:03:25 +0200
commitbe7fd4ae5054435b25b1a6a460b626d556f39936 (patch)
tree6f330c02c00a23963c553dc8634e49a5de234f7b /source3/include/nt_printing.h
parentd79895e82606bcfe265a67bf9a6b7e03368f0bae (diff)
downloadsamba-be7fd4ae5054435b25b1a6a460b626d556f39936.tar.gz
samba-be7fd4ae5054435b25b1a6a460b626d556f39936.tar.bz2
samba-be7fd4ae5054435b25b1a6a460b626d556f39936.zip
s3: Lift the smbd_messaging_context from print_access_check
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index c3d698b71a..f29b22fc42 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -237,7 +237,8 @@ WERROR spoolss_map_to_os2_driver(TALLOC_CTX *mem_ctx, const char **pdrivername);
const char *get_short_archi(const char *long_archi);
-bool print_access_check(struct auth_serversupplied_info *server_info, int snum,
+bool print_access_check(struct auth_serversupplied_info *server_info,
+ struct messaging_context *msg_ctx, int snum,
int access_type);
WERROR nt_printer_publish(TALLOC_CTX *mem_ctx,