diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-04-08 08:57:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:28 -0500 |
commit | b0ca8ed4559efae38933f49a638e7b51ae8bf0c8 (patch) | |
tree | fa82e983cbc010caf5af97315d7cdb99c482f367 /source4/include/structs.h | |
parent | 866c62f26d110439c8d5cb584f60d24564d6a79c (diff) | |
download | samba-b0ca8ed4559efae38933f49a638e7b51ae8bf0c8.tar.gz samba-b0ca8ed4559efae38933f49a638e7b51ae8bf0c8.tar.bz2 samba-b0ca8ed4559efae38933f49a638e7b51ae8bf0c8.zip |
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)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |