summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-04-08 08:57:09 +0000
committerAndrew Tridgell <tridge@samba.org>2005-04-08 08:57:09 +0000
commitf411cced2a1a9b3cff1a9aea4e270c7ad45977ca (patch)
tree3cd99ca942e3f05ad4da943b241c5ec50d5c633b /source/include
parent711f054018a1afd3b82f1bda46f761117013f05e (diff)
downloadsamba-f411cced2a1a9b3cff1a9aea4e270c7ad45977ca.tar.gz
samba-f411cced2a1a9b3cff1a9aea4e270c7ad45977ca.tar.xz
samba-f411cced2a1a9b3cff1a9aea4e270c7ad45977ca.zip
r6247: added the server side code for receiving mailslot requests, and
parsing incoming netlogon requests. No replies are sent yet.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/structs.h b/source/include/structs.h
index 6276012e48a..b7c9abfe8b9 100644
--- a/source/include/structs.h
+++ b/source/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;