summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/iso.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-31 12:13:49 +0000
committerphk <phk@FreeBSD.org>1995-10-31 12:13:49 +0000
commitae9652ec632ae2cf48215ae7daa30c25ff94531b (patch)
tree3df193f074e01200197a95576d6f44decdcb3e13 /sys/isofs/cd9660/iso.h
parentc35184f705217d82551f443095737b3f60d8d783 (diff)
downloadFreeBSD-src-ae9652ec632ae2cf48215ae7daa30c25ff94531b.zip
FreeBSD-src-ae9652ec632ae2cf48215ae7daa30c25ff94531b.tar.gz
Make a lot of stuff static.
Diffstat (limited to 'sys/isofs/cd9660/iso.h')
-rw-r--r--sys/isofs/cd9660/iso.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h
index f9e5dcb..bf5c44c 100644
--- a/sys/isofs/cd9660/iso.h
+++ b/sys/isofs/cd9660/iso.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)iso.h 8.2 (Berkeley) 1/23/94
- * $Id: iso.h,v 1.5 1995/05/30 08:05:06 rgrimes Exp $
+ * $Id: iso.h,v 1.6 1995/07/25 21:50:50 bde Exp $
*/
#define ISODCL(from, to) (to - from + 1)
@@ -212,19 +212,6 @@ struct iso_mnt {
#define iso_lblktodaddr(imp, lbn) btodb(iso_lblktosize(imp, lbn))
#define iso_dblkinc(imp, lbn) ((lbn) + iso_lblktodaddr(imp, 1))
#define iso_dblkno(imp, loc) iso_lblktodaddr(imp, iso_lblkno(imp, loc))
-
-int cd9660_mount __P((struct mount *,
- char *, caddr_t, struct nameidata *, struct proc *));
-int cd9660_start __P((struct mount *, int, struct proc *));
-int cd9660_unmount __P((struct mount *, int, struct proc *));
-int cd9660_root __P((struct mount *, struct vnode **));
-int cd9660_quotactl __P((struct mount *, int, uid_t, caddr_t, struct proc *));
-int cd9660_statfs __P((struct mount *, struct statfs *, struct proc *));
-int cd9660_sync __P((struct mount *, int, struct ucred *, struct proc *));
-int cd9660_vget __P((struct mount *, ino_t, struct vnode **));
-int cd9660_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
- struct vnode **, int *, struct ucred **));
-int cd9660_vptofh __P((struct vnode *, struct fid *));
int cd9660_init __P(());
struct iso_node;
OpenPOWER on IntegriCloud