Prevent usage of nested externs.

This commit is contained in:
Xin LI 2005-05-06 15:28:54 +00:00
parent e8fc249f36
commit b49407ee43

View File

@ -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;