diff options
author | Gregor Beck <gbeck@sernet.de> | 2011-02-03 16:30:29 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-28 14:07:23 +0100 |
commit | 58081884f76ecd902e407a2cb24ab36261d2a507 (patch) | |
tree | c4696837a4640ba994da628198802ca2077df467 /source3/include | |
parent | 42a4a9cbc339ffcafc23969c03e02050e1394dfb (diff) | |
download | samba-58081884f76ecd902e407a2cb24ab36261d2a507.tar.gz samba-58081884f76ecd902e407a2cb24ab36261d2a507.tar.bz2 samba-58081884f76ecd902e407a2cb24ab36261d2a507.zip |
s3: smbcontrol to notify smbd about idmap changes
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 43426795de..cf58cdf99e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5457,6 +5457,10 @@ struct AvahiPoll *tevent_avahi_poll(TALLOC_CTX *mem_ctx, void *avahi_start_register(TALLOC_CTX *mem_ctx, struct tevent_context *ev, uint16_t port); +/* The following definitions come from smbd/msg_idmap.c */ + +void msg_idmap_register_msgs(struct messaging_context *ctx); + /* Misc protos */ struct fncall_context *fncall_context_init(TALLOC_CTX *mem_ctx, |