Add a prototype to silence warnings.

This commit is contained in:
Eivind Eklund 1999-01-12 01:28:00 +00:00
parent 627246f4dc
commit a4a4aa0dd9
2 changed files with 6 additions and 2 deletions

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wst.c,v 1.13 1998/12/07 21:58:24 archie Exp $
* $Id: wst.c,v 1.14 1999/01/12 00:36:36 eivind Exp $
*/
#include "wdc.h"
@ -213,6 +213,8 @@ static int wst_rewind(struct wst *t);
static void wst_reset(struct wst *t);
#ifdef DDB
void wst_dump(int lun, char *label, void *data, int len);
void
wst_dump(int lun, char *label, void *data, int len)
{

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wst.c,v 1.13 1998/12/07 21:58:24 archie Exp $
* $Id: wst.c,v 1.14 1999/01/12 00:36:36 eivind Exp $
*/
#include "wdc.h"
@ -213,6 +213,8 @@ static int wst_rewind(struct wst *t);
static void wst_reset(struct wst *t);
#ifdef DDB
void wst_dump(int lun, char *label, void *data, int len);
void
wst_dump(int lun, char *label, void *data, int len)
{