summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2011-10-06 15:26:32 +0200
committerMichael Adam <obnox@samba.org>2011-10-12 22:45:53 +0200
commit6648d906525cf27228145c8723e3dbef67dd77bd (patch)
treec0f1996dde8dab25d7037e78c45d0b98da3fb656 /source3/smbd/proto.h
parentda85f5a43ea427ce49f9eb5abc1aef3c3491b059 (diff)
downloadsamba-6648d906525cf27228145c8723e3dbef67dd77bd.tar.gz
samba-6648d906525cf27228145c8723e3dbef67dd77bd.tar.bz2
samba-6648d906525cf27228145c8723e3dbef67dd77bd.zip
s3:smbcontrol: let smbd pass the idmap msg to its children for convenience
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 40281804cc..b3183d778d 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -1189,6 +1189,6 @@ void *avahi_start_register(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
/* The following definitions come from smbd/msg_idmap.c */
-void id_cache_register_kill_msg(struct messaging_context *ctx);
+void msg_idmap_register_msg(struct messaging_context *ctx);
#endif /* _SMBD_PROTO_H_ */