diff options
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 5354af51ac..d8164c9b06 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -158,6 +158,7 @@ struct nbt_name_status; struct nbt_name_register; struct nbt_name_refresh; struct nbt_name_register_bcast; +struct nbt_name_refresh_wins; struct messaging_context; struct stream_connection; @@ -165,5 +166,5 @@ struct task_server; struct model_ops; struct stream_server_ops; -struct nbt_server; -struct nbt_interface; +struct nbtd_server; +struct nbtd_interface; |