diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 15:02:29 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:33 +0200 |
commit | 7c7ffb70fb53c8cedd388c016836d13107f28ac1 (patch) | |
tree | cf79d25d1cd4b9b7c47d2b2c4e62789161bc60fe /source3/include | |
parent | 89b4c905776fefc12c1e3cc4b1c47b64863e9f30 (diff) | |
download | samba-7c7ffb70fb53c8cedd388c016836d13107f28ac1.tar.gz samba-7c7ffb70fb53c8cedd388c016836d13107f28ac1.tar.bz2 samba-7c7ffb70fb53c8cedd388c016836d13107f28ac1.zip |
s3: Lift the smbd_messaging_context from reload_printers
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 4937c62024..85ade8f800 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5755,7 +5755,7 @@ int get_client_fd(void); struct event_context *smbd_event_context(void); struct messaging_context *smbd_messaging_context(void); struct memcache *smbd_memcache(void); -void reload_printers(void); +void reload_printers(struct messaging_context *msg_ctx); bool reload_services(bool test); void exit_server(const char *const explanation); void exit_server_cleanly(const char *const explanation); |