remove an obsolete prototype.

This commit is contained in:
yamt 2006-01-06 09:27:55 +00:00
parent 7b826aac85
commit 2fc5e44a62

View File

@ -1,4 +1,4 @@
/* $NetBSD: lfs_extern.h,v 1.73 2005/12/11 12:25:26 christos Exp $ */
/* $NetBSD: lfs_extern.h,v 1.74 2006/01/06 09:27:55 yamt Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@ -220,7 +220,6 @@ void lfs_writer_leave(struct lfs *);
int lfs_fastvget(struct mount *, ino_t, daddr_t, struct vnode **, struct ufs1_dinode *);
struct buf *lfs_fakebuf(struct lfs *, struct vnode *, int, size_t, caddr_t);
int lfs_do_segclean(struct lfs *, unsigned long);
void lfs_fakebuf_iodone(struct buf *);
int lfs_segwait(fsid_t *, struct timeval *);
int lfs_bmapv(struct proc *, fsid_t *, struct block_info *, int);
int lfs_markv(struct proc *, fsid_t *, struct block_info *, int);