diff options
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 34127c58ca..bc3e62cd2b 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -263,6 +263,7 @@ struct nbt_dgram_socket; struct dgram_mailslot_handler; struct messaging_context; +struct irpc_message; struct stream_connection; struct task_server; struct model_ops; @@ -271,6 +272,8 @@ struct stream_server_ops; struct nbtd_server; struct nbtd_interface; struct wins_server; +struct nbtd_proxy_wins_challenge; +struct nbtd_proxy_wins_release_demand; struct nbt_dc_name; struct wb_sid_object; |