about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
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