Argh. Forward declare some structs rather than increase include file

dependencies.
This commit is contained in:
peter 2003-10-26 16:35:11 +00:00
parent 4337476eb4
commit 5d6245ce54

View File

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