diff options
author | peter <peter@FreeBSD.org> | 2003-10-26 16:35:11 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-10-26 16:35:11 +0000 |
commit | 5d6245ce54bf25a1d84868ce65c49dd703dd26fb (patch) | |
tree | 6e70009e39b7663727a93847960ec80e99e81477 /include | |
parent | 4337476eb4540065a74f588f4e0da826d6a20878 (diff) | |
download | FreeBSD-src-5d6245ce54bf25a1d84868ce65c49dd703dd26fb.zip FreeBSD-src-5d6245ce54bf25a1d84868ce65c49dd703dd26fb.tar.gz |
Argh. Forward declare some structs rather than increase include file
dependencies.
Diffstat (limited to 'include')
-rw-r--r-- | include/rpcsvc/ypclnt.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |