Argh. Forward declare some structs rather than increase include file

dependencies.
This commit is contained in:
Peter Wemm 2003-10-26 16:35:11 +00:00
parent 862e960f61
commit 06f544b2d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121577

View file

@ -66,6 +66,8 @@ struct ypall_callback {
};
struct dom_binding;
struct ypmaplist;
struct ypall_callback;
__BEGIN_DECLS
int yp_bind(char *dom);