mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add declaration to eliminate -Wmissing-prototypes warning
This commit is contained in:
parent
e0b54d0140
commit
6db7b53b71
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ static int s_scale;
|
|||
|
||||
void moncontrol(int);
|
||||
static int hertz(void);
|
||||
void _mcleanup(void);
|
||||
|
||||
void
|
||||
monstartup(u_long lowpc, u_long highpc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue