From 07767d42ccd1a09fb78ccae6571d2a99a1d3b925 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 21 Nov 2021 22:20:28 +0100 Subject: Fixed some issue with getopt (for #170) --- src/include/globalsymbols.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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 -- cgit 1.4.1