Fixed (1970's style) missing declaration of a function that doesn't

return int.
This commit is contained in:
bde 1998-06-30 19:08:19 +00:00
parent a4cb9e4f6a
commit de8d2e8573

View File

@ -378,3 +378,5 @@ struct
/* Trace info */
# define xTRACE 1
int Trace;
extern char *systemname();