summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_util.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 10:08:22 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 16:03:16 +0200
commitbd8a1d8a8601474e1cf7cec459d05e2fe45b28b0 (patch)
tree993bbaddf2ccbfcf6f955fdcbf5c80e7080ab849 /source3/rpc_server/srv_spoolss_util.h
parent9751d7613b3db543a2cdb515c597d9600531dd76 (diff)
downloadsamba-bd8a1d8a8601474e1cf7cec459d05e2fe45b28b0.tar.gz
samba-bd8a1d8a8601474e1cf7cec459d05e2fe45b28b0.tar.bz2
samba-bd8a1d8a8601474e1cf7cec459d05e2fe45b28b0.zip
s3: Lift the smbd_messaging_context from winreg_get_printer
Diffstat (limited to 'source3/rpc_server/srv_spoolss_util.h')
-rw-r--r--source3/rpc_server/srv_spoolss_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_spoolss_util.h b/source3/rpc_server/srv_spoolss_util.h
index 6468b8b2d0..fc0f0cff54 100644
--- a/source3/rpc_server/srv_spoolss_util.h
+++ b/source3/rpc_server/srv_spoolss_util.h
@@ -127,6 +127,7 @@ WERROR winreg_update_printer(TALLOC_CTX *mem_ctx,
*/
WERROR winreg_get_printer(TALLOC_CTX *mem_ctx,
struct auth_serversupplied_info *server_info,
+ struct messaging_context *msg_ctx,
const char *servername,
const char *printer,
struct spoolss_PrinterInfo2 **pinfo2);