diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-21 22:20:28 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-21 22:20:28 +0100 |
| commit | 07767d42ccd1a09fb78ccae6571d2a99a1d3b925 (patch) | |
| tree | 0d77b4639250b6bdbe18e2cb4c70684853ca12be /src/include | |
| parent | 9d97ce087a460b6b5be721b3673ac1543eb77484 (diff) | |
| download | box64-07767d42ccd1a09fb78ccae6571d2a99a1d3b925.tar.gz box64-07767d42ccd1a09fb78ccae6571d2a99a1d3b925.zip | |
Fixed some issue with getopt (for #170)
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/globalsymbols.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/globalsymbols.h b/src/include/globalsymbols.h index 5368521e..fc2753ef 100755 --- a/src/include/globalsymbols.h +++ b/src/include/globalsymbols.h @@ -10,8 +10,10 @@ void** my_GetGthreadsGotInitialized(); // defined in wrappedgthread2 // NCurse / TInfo void my_checkGlobalTInfo(); +void my_updateGlobalTInfo(); // getopt void my_checkGlobalOpt(); +void my_updateGlobalOpt(); #endif //_GLOBAL_SYMBOLS_H_ \ No newline at end of file |