Don't forget to declare fetchRestartCalls.

This commit is contained in:
des 2000-07-17 20:52:06 +00:00
parent c1df3803c6
commit a0fbdfaa34

View File

@ -118,5 +118,6 @@ extern int fetchLastErrCode;
#define MAXERRSTRING 256
extern char fetchLastErrString[MAXERRSTRING];
extern int fetchTimeout;
extern int fetchRestartCalls;
#endif