diff options
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h index 09280d0..ea3d703 100644 --- a/include/main.h +++ b/include/main.h @@ -25,6 +25,7 @@ extern char* getParam(char *s); extern char* getParamElse(char *s1, char *s2); extern bool_t isParamFlag(char *s); extern char *getString(int n); +extern int* newInt(int x); extern void accessExistFile(const char *s); #endif |