From 788f7cc59ab75467697a7145f9bcca6f8adaeeab Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 26 Dec 2005 02:04:09 +0000 Subject: r12489: Forward declare nbtd_iface_name (This used to be commit cfaa52cdbaf0b97a8830137a74976e08cabeac8d) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include/structs.h') diff --git a/source4/include/structs.h b/source4/include/structs.h index 44b63b2b20..39226cacbc 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -273,6 +273,7 @@ struct stream_server_ops; struct nbtd_server; struct nbtd_interface; +struct nbtd_iface_name; struct wins_server; struct nbtd_proxy_wins_challenge; struct nbtd_proxy_wins_release_demand; -- cgit