From 3e8c665465f0fa650f5f5193206e109200ea7795 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 5 Sep 2011 14:35:55 +0200 Subject: s3-smbd: Rename reload_printers() and add documentation. Autobuild-User: Andreas Schneider Autobuild-Date: Mon Sep 5 17:59:47 CEST 2011 on sn-devel-104 --- source3/smbd/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index d271d7f043..8edd69507c 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -964,8 +964,8 @@ void init_sec_ctx(void); struct event_context *smbd_event_context(void); struct messaging_context *smbd_messaging_context(void); struct memcache *smbd_memcache(void); -void reload_printers(struct tevent_context *ev, - struct messaging_context *msg_ctx); +void delete_and_reload_printers(struct tevent_context *ev, + struct messaging_context *msg_ctx); bool reload_services(struct messaging_context *msg_ctx, int smb_sock, bool test); void exit_server(const char *const explanation); -- cgit