diff options
Diffstat (limited to '')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index d5223b6f..e110e67f 100644 --- a/src/common.h +++ b/src/common.h @@ -135,6 +135,7 @@ int myrand(void); void mysrand(unsigned int seed); extern uint8 work_buff[55000]; +extern char gString[256]; void re3_debug(char *format, ...); void re3_trace(const char *filename, unsigned int lineno, const char *func, char *format, ...); |