From e13a0e1ad6e75dc42eb01668290c99639f7c70fc Mon Sep 17 00:00:00 2001 From: briggs Date: Fri, 9 Feb 1996 14:45:31 +0000 Subject: [PATCH] NetBSD PR 2048. Prototype st_erase. --- sys/scsi/st.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 1fb0c986def..9a7300657e2 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -272,6 +272,7 @@ int st_read_block_limits __P((struct st_softc *, int flags)); int st_touch_tape __P((struct st_softc *)); int st_write_filemarks __P((struct st_softc *, int number, int flags)); int st_load __P((struct st_softc *, u_int type, int flags)); +int st_erase __P((struct st_softc *, int full, int flags)); int st_mode_select __P((struct st_softc *, int flags)); void ststrategy __P((struct buf *)); int st_check_eod __P((struct st_softc *, boolean, int *, int)); -- 2.20.1