Prevent usage of nested externs.
This commit is contained in:
parent
e8fc249f36
commit
b49407ee43
@ -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…
x
Reference in New Issue
Block a user