diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1997-05-19 14:36:56 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1997-05-19 14:36:56 +0000 |
| commit | 32ad9cb5314dbff74c021dac1490f34ae87e82a8 (patch) | |
| tree | 2b8bf36e3f6defd5f39aa620280c38c85dbecbd1 /sys/nfs/nfsnode.h | |
| parent | 7c7a60279098429a0a569b8492dc4317d5d41035 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfsnode.h')
| -rw-r--r-- | sys/nfs/nfsnode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h index 540d80387863..12553ef0c555 100644 --- a/sys/nfs/nfsnode.h +++ b/sys/nfs/nfsnode.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsnode.h 8.9 (Berkeley) 5/14/95 - * $Id: nfsnode.h,v 1.19 1997/02/22 09:42:49 peter Exp $ + * $Id: nfsnode.h,v 1.20 1997/04/04 17:49:35 dfr Exp $ */ @@ -161,6 +161,7 @@ extern vop_t **spec_nfsv2nodeop_p; /* * Prototypes for NFS vnode operations */ +int nfs_getpages __P((struct vop_getpages_args *)); int nfs_write __P((struct vop_write_args *)); #define nfs_lease_check ((int (*) __P((struct vop_lease_args *)))nullop) int nqnfs_vop_lease_check __P((struct vop_lease_args *)); |
