From b0ca8ed4559efae38933f49a638e7b51ae8bf0c8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 8 Apr 2005 08:57:09 +0000 Subject: r6247: added the server side code for receiving mailslot requests, and parsing incoming netlogon requests. No replies are sent yet. (This used to be commit 3b34df6a674cd2aeddc354cdadae3f0e1c000d45) --- source4/include/structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 6276012e48..b7c9abfe8b 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -173,6 +173,8 @@ struct nbt_name_refresh_wins; struct nbt_name_register_wins; struct nbt_dgram_packet; +struct nbt_dgram_socket; +struct dgram_mailslot_handler; struct messaging_context; struct stream_connection; -- cgit