summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-09-05 14:35:55 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-05 17:59:47 +0200
commit3e8c665465f0fa650f5f5193206e109200ea7795 (patch)
treea677f811ddb2ad9c41e09e3e7c926b05cd6cb2da /source3/smbd/proto.h
parent303962e3708266810996cde496a6f87b7b4c4bc6 (diff)
downloadsamba-3e8c665465f0fa650f5f5193206e109200ea7795.tar.gz
samba-3e8c665465f0fa650f5f5193206e109200ea7795.tar.bz2
samba-3e8c665465f0fa650f5f5193206e109200ea7795.zip
s3-smbd: Rename reload_printers() and add documentation.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Sep 5 17:59:47 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 2 insertions, 2 deletions
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);