From: briggs Date: Fri, 9 Feb 1996 14:45:31 +0000 (+0000) Subject: NetBSD PR 2048. Prototype st_erase. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e13a0e1ad6e75dc42eb01668290c99639f7c70fc;p=openbsd NetBSD PR 2048. Prototype st_erase. --- 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));