summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsnode.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-10-02 17:27:07 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-10-02 17:27:07 +0000
commit48fbb6cc7ed5656412564c998ee4d494c6269a65 (patch)
tree872dcb4237f95fe1c61b19e3e868408388109a43 /sys/nfs/nfsnode.h
parentf86eaaca2cddbd6cbac926f9860b8ec3c664d3fd (diff)
Notes
Diffstat (limited to 'sys/nfs/nfsnode.h')
-rw-r--r--sys/nfs/nfsnode.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h
index f0b586a42f23..5bb170be1019 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.5 1994/08/21 06:50:11 paul Exp $
+ * $Id: nfsnode.h,v 1.6 1994/09/22 19:38:29 wollman Exp $
*/
#ifndef _NFS_NFSNODE_H_
@@ -163,6 +163,13 @@ int nfs_vfree __P((struct vop_vfree_args *));
int nfs_truncate __P((struct vop_truncate_args *));
int nfs_update __P((struct vop_update_args *));
int nfs_bwrite __P((struct vop_bwrite_args *));
+
+/* other stuff */
+int nfs_removeit __P((struct sillyrename *));
+int nfs_nget __P((struct mount *,nfsv2fh_t *,struct nfsnode **));
+int nfs_lookitup __P((struct sillyrename *,nfsv2fh_t *,struct proc *));
+int nfs_sillyrename __P((struct vnode *,struct vnode *,struct componentname *));
+
#endif /* KERNEL */
#endif