diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-03-16 18:17:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-03-16 18:17:34 +0000 |
| commit | b5e8ce9f12b66453759f254bdf8bfc53fe2b6948 (patch) | |
| tree | e4952f18ac85eccbbd3d9b0f010098732d07fe6d /sys/nfs/nfsnode.h | |
| parent | 11098d3bad179feb30248af23c90e5df877d36f8 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfsnode.h')
| -rw-r--r-- | sys/nfs/nfsnode.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h index 01d096982673..dc9162b061cc 100644 --- a/sys/nfs/nfsnode.h +++ b/sys/nfs/nfsnode.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsnode.h 8.4 (Berkeley) 2/13/94 - * $Id: nfsnode.h,v 1.7 1994/10/02 17:27:06 phk Exp $ + * $Id: nfsnode.h,v 1.8 1994/10/17 17:47:44 phk Exp $ */ #ifndef _NFS_NFSNODE_H_ @@ -108,6 +108,10 @@ struct nfsnode { TAILQ_HEAD(, buf) nfs_bufq; #ifdef KERNEL +extern int (**fifo_nfsv2nodeop_p)(); +extern int (**nfsv2_vnodeop_p)(); +extern int (**spec_nfsv2nodeop_p)(); + /* * Prototypes for NFS vnode operations */ |
