diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 17:19:12 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:38 +0200 |
commit | 1b60ead64add4920bf92b73a0e57e0a7e320e99f (patch) | |
tree | 7d0b258d28c38029ff22332c02d299870edbd150 /source3/include | |
parent | ef208c5571bb20a0701f1da845c07f38f84c26e1 (diff) | |
download | samba-1b60ead64add4920bf92b73a0e57e0a7e320e99f.tar.gz samba-1b60ead64add4920bf92b73a0e57e0a7e320e99f.tar.bz2 samba-1b60ead64add4920bf92b73a0e57e0a7e320e99f.zip |
s3: Lift the server_messaging_context from update_monitored_printq_cache
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fb18dff5fd..63a1095b04 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4777,7 +4777,7 @@ void do_drv_upgrade_printer(struct messaging_context *msg, uint32_t msg_type, struct server_id server_id, DATA_BLOB *data); -void update_monitored_printq_cache( void ); +void update_monitored_printq_cache(struct messaging_context *msg_ctx); void reset_all_printerdata(struct messaging_context *msg, void *private_data, uint32_t msg_type, |