summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-12 07:54:22 +0000
committermpp <mpp@FreeBSD.org>1997-02-12 07:54:22 +0000
commit11081f2076f2e8a5c37cee8e3755af7610427aec (patch)
treeb4d0346c60d054956fc9fc1573835f522e0ccdcb /sys/fs/unionfs/union.h
parent52a8abc65e6042c9504934b834e1d247bf3b63bb (diff)
downloadFreeBSD-src-11081f2076f2e8a5c37cee8e3755af7610427aec.zip
FreeBSD-src-11081f2076f2e8a5c37cee8e3755af7610427aec.tar.gz
Add function protypes for the new Lite2 unionfs functions.
Diffstat (limited to 'sys/fs/unionfs/union.h')
-rw-r--r--sys/fs/unionfs/union.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h
index c956921..c7ae2c1 100644
--- a/sys/fs/unionfs/union.h
+++ b/sys/fs/unionfs/union.h
@@ -101,6 +101,7 @@ extern int union_allocvp __P((struct vnode **, struct mount *,
extern int union_freevp __P((struct vnode *));
extern int union_copyfile __P((struct vnode *, struct vnode *,
struct ucred *, struct proc *));
+extern struct vnode *union_dircache __P((struct vnode *, struct proc *));
extern int union_copyup __P((struct union_node *, int, struct ucred *,
struct proc *));
extern int union_dowhiteout __P((struct union_node *, struct ucred *,
OpenPOWER on IntegriCloud