summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-06 08:33:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:35 -0500
commitdfe907313b911b94dce2a3b0f7c77746d5c04870 (patch)
treefede990fcb6b43ccf43935d7bb5c63e433e03227 /source4
parent7f10614e94e5e502b53e64519ac4b0476ab858ae (diff)
downloadsamba-dfe907313b911b94dce2a3b0f7c77746d5c04870.tar.gz
samba-dfe907313b911b94dce2a3b0f7c77746d5c04870.tar.bz2
samba-dfe907313b911b94dce2a3b0f7c77746d5c04870.zip
r5253: need to pre-declare some structures
(This used to be commit a4d44d4a9d7cf51a9a4e47dce8e603ba22324d99)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/structs.h5
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;