diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:03:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:03:37 +0200 |
| commit | 3bdcae10c8e0ed7b958137124585b0ff594a21fc (patch) | |
| tree | 03073bc8d2d4c27d446c16924122e1982573fd55 /src/include | |
| parent | 681df1604dd27688fdcc07c7fd1640b3f1bd8a54 (diff) | |
| download | box64-3bdcae10c8e0ed7b958137124585b0ff594a21fc.tar.gz box64-3bdcae10c8e0ed7b958137124585b0ff594a21fc.zip | |
Added a few more wrapped function and improved getopt handling
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 |