summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/denode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/msdosfs/denode.h')
-rw-r--r--sys/msdosfs/denode.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/msdosfs/denode.h b/sys/msdosfs/denode.h
index b9ea01c..7b7dc3a 100644
--- a/sys/msdosfs/denode.h
+++ b/sys/msdosfs/denode.h
@@ -1,4 +1,4 @@
-/* $Id: denode.h,v 1.6 1995/08/02 12:59:47 dfr Exp $ */
+/* $Id: denode.h,v 1.7 1995/10/29 15:31:43 phk Exp $ */
/* $NetBSD: denode.h,v 1.8 1994/08/21 18:43:49 ws Exp $ */
/*-
@@ -226,10 +226,12 @@ struct defid {
/* u_long defid_gen; generation number */
};
-extern int (**msdosfs_vnodeop_p)();
+extern vop_t **msdosfs_vnodeop_p;
+
int msdosfs_lookup __P((struct vop_lookup_args *));
int msdosfs_inactive __P((struct vop_inactive_args *));
int msdosfs_reclaim __P((struct vop_reclaim_args *));
+
/*
* Internal service routine prototypes.
*/
OpenPOWER on IntegriCloud