Don't forget to declare fetchRestartCalls.

This commit is contained in:
Dag-Erling Smørgrav 2000-07-17 20:52:06 +00:00
parent a1bb3f482a
commit d999dcac2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63335

View File

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