summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-14 10:23:30 +0100
committerStefan Metzmacher <metze@samba.org>2011-12-15 08:16:31 +0100
commit715933a3d3d1023df0d77c1765850e8579b84dfc (patch)
tree7e918292b4c54ef80fa25a95d9955be866804e9f /source3/smbd/proto.h
parent0429471fe478b86a9857511a7b841601640c8bac (diff)
downloadsamba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.gz
samba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.bz2
samba-715933a3d3d1023df0d77c1765850e8579b84dfc.zip
s3:smbd: split ID_CACHE_* message handling into parent and child parts
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 0123e7dffb..2fd59a1f47 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -1182,8 +1182,4 @@ NTSTATUS vfs_streaminfo(connection_struct *conn,
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_msg(struct messaging_context *ctx);
-
#endif /* _SMBD_PROTO_H_ */