Specify (void) arguments, hence avoiding GCC warning.

This commit is contained in:
bjh21 2001-01-07 00:07:58 +00:00
parent 1473c569f5
commit fa64805abd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: unixbpvar.h,v 1.1 2000/12/09 17:52:45 bjh21 Exp $ */
/* $NetBSD: unixbpvar.h,v 1.2 2001/01/07 00:07:58 bjh21 Exp $ */
/*-
* Copyright (c) 2000 Ben Harris
@ -34,7 +34,7 @@
#ifndef _UNIXBP_H
#define _UNIXBP_H
extern int unixbp_irq_status_full();
extern int unixbp_irq_status_full(void);
extern void unixbp_irq_setmask(int);
#endif