summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/nullfs/null.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/nullfs/null.h')
-rw-r--r--sys/miscfs/nullfs/null.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/nullfs/null.h b/sys/miscfs/nullfs/null.h
index 8e886f7..0b438fe 100644
--- a/sys/miscfs/nullfs/null.h
+++ b/sys/miscfs/nullfs/null.h
@@ -35,7 +35,7 @@
*
* @(#)null.h 8.3 (Berkeley) 8/20/94
*
- * $Id$
+ * $Id: null.h,v 1.6 1997/02/22 09:40:20 peter Exp $
*/
struct null_args {
@@ -70,6 +70,8 @@ extern struct vnode *null_checkvp __P((struct vnode *vp, char *fil, int lno));
#define NULLVPTOLOWERVP(vp) (VTONULL(vp)->null_lowervp)
#endif
+extern int null_bypass __P((struct vop_generic_args *ap));
+
extern vop_t **null_vnodeop_p;
extern struct vfsops null_vfsops;
#endif /* KERNEL */
OpenPOWER on IntegriCloud