From ac7b63384d3f8afdb768f95e7744380f4df07d76 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 15 Aug 2010 16:13:00 +0200 Subject: s3: Lift smbd_server_fd from reload_services() --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index fe9dec41db..9d4b82b063 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5786,7 +5786,8 @@ struct event_context *smbd_event_context(void); struct messaging_context *smbd_messaging_context(void); struct memcache *smbd_memcache(void); void reload_printers(struct messaging_context *msg_ctx); -bool reload_services(struct messaging_context *msg_ctx, bool test); +bool reload_services(struct messaging_context *msg_ctx, int smb_sock, + bool test); void exit_server(const char *const explanation); void exit_server_cleanly(const char *const explanation); void exit_server_fault(void); -- cgit