diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/globalsymbols.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/globalsymbols.h b/src/include/globalsymbols.h index e2bd19d3..8af78d05 100755 --- a/src/include/globalsymbols.h +++ b/src/include/globalsymbols.h @@ -11,4 +11,7 @@ // NCurse / TInfo void my_checkGlobalTInfo(); +// getopt +void my_checkGlobalOpt(); + #endif //_GLOBAL_SYMBOLS_H_ \ No newline at end of file |