From 5d6245ce54bf25a1d84868ce65c49dd703dd26fb Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 26 Oct 2003 16:35:11 +0000 Subject: Argh. Forward declare some structs rather than increase include file dependencies. --- include/rpcsvc/ypclnt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index 9064adb..abde97c 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -66,6 +66,8 @@ struct ypall_callback { }; struct dom_binding; +struct ypmaplist; +struct ypall_callback; __BEGIN_DECLS int yp_bind(char *dom); -- cgit v1.1