mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Prevent usage of nested externs.
This commit is contained in:
parent
e8fc249f36
commit
b49407ee43
1 changed files with 2 additions and 1 deletions
|
|
@ -62,11 +62,12 @@ static const char rcsid[] =
|
|||
|
||||
#include "extern.h"
|
||||
|
||||
extern int debug;
|
||||
|
||||
void
|
||||
process_request(CTL_MSG *mp, CTL_RESPONSE *rp)
|
||||
{
|
||||
CTL_MSG *ptr;
|
||||
extern int debug;
|
||||
char *s;
|
||||
|
||||
rp->vers = TALK_VERSION;
|
||||
|
|
|
|||
Loading…
Reference in a new issue