From 06f544b2d6ab5bd35be60ac9566b28cd907887ee Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 26 Oct 2003 16:35:11 +0000 Subject: [PATCH] Argh. Forward declare some structs rather than increase include file dependencies. --- include/rpcsvc/ypclnt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index 9064adb362e..abde97c3efe 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);