about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-11-21 22:20:28 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-11-21 22:20:28 +0100
commit07767d42ccd1a09fb78ccae6571d2a99a1d3b925 (patch)
tree0d77b4639250b6bdbe18e2cb4c70684853ca12be /src/include
parent9d97ce087a460b6b5be721b3673ac1543eb77484 (diff)
downloadbox64-07767d42ccd1a09fb78ccae6571d2a99a1d3b925.tar.gz
box64-07767d42ccd1a09fb78ccae6571d2a99a1d3b925.zip
Fixed some issue with getopt (for #170)
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/globalsymbols.h2
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