summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/fat.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-07 14:06:45 +0000
committerphk <phk@FreeBSD.org>1995-11-07 14:06:45 +0000
commitea7d29ed7aef8fea26fc90d1d979205ad3e3a190 (patch)
tree0614501f77e254451288fec38a4f16e0e912498b /sys/msdosfs/fat.h
parent06201558ede6232409ec4bfc8672ef2a64eaa0ee (diff)
downloadFreeBSD-src-ea7d29ed7aef8fea26fc90d1d979205ad3e3a190.zip
FreeBSD-src-ea7d29ed7aef8fea26fc90d1d979205ad3e3a190.tar.gz
staticize private parts.
Diffstat (limited to 'sys/msdosfs/fat.h')
-rw-r--r--sys/msdosfs/fat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/msdosfs/fat.h b/sys/msdosfs/fat.h
index 3b043c1..7fc30ba 100644
--- a/sys/msdosfs/fat.h
+++ b/sys/msdosfs/fat.h
@@ -1,4 +1,4 @@
-/* $Id: fat.h,v 1.2 1994/09/27 20:42:41 phk Exp $ */
+/* $Id: fat.h,v 1.3 1995/05/30 08:07:34 rgrimes Exp $ */
/* $NetBSD: fat.h,v 1.4 1994/08/21 18:43:57 ws Exp $ */
/*-
@@ -95,7 +95,6 @@ int fatentry __P((int function, struct msdosfsmount *pmp, u_long cluster, u_long
int freeclusterchain __P((struct msdosfsmount *pmp, u_long startchain));
int extendfile __P((struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags));
void fc_purge __P((struct denode *dep, u_int frcn));
-void fc_lookup __P((struct denode *dep, u_long findcn, u_long *frcnp, u_long *fsrcnp));
int readep __P((struct msdosfsmount *pmp, u_long dirclu, u_long dirofs, struct buf **bpp, struct direntry **epp));
int readde __P((struct denode *dep, struct buf **bpp, struct direntry **epp));
OpenPOWER on IntegriCloud