From e4f487f25e655eea952eee59b10d458e56eeb30d Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 13 Aug 2002 10:05:50 +0000 Subject: Introduce typedefs for the member functions of struct vfsops and employ these in the main filesystems. This does not change the resulting code but makes the source a little bit more grepable. Sponsored by: DARPA and NAI Labs. --- sys/nfsclient/nfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfsclient/nfs.h') diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index 1be8608..686dd7c 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -248,8 +248,8 @@ extern int nfs_debug; #endif -int nfs_init(struct vfsconf *vfsp); -int nfs_uninit(struct vfsconf *vfsp); +vfs_init_t nfs_init; +vfs_uninit_t nfs_uninit; int nfs_mountroot(struct mount *mp, struct thread *td); int nfs_send(struct socket *, struct sockaddr *, struct mbuf *, struct nfsreq *); -- cgit v1.1