about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-05 15:03:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-05 15:03:37 +0200
commit3bdcae10c8e0ed7b958137124585b0ff594a21fc (patch)
tree03073bc8d2d4c27d446c16924122e1982573fd55 /src/include
parent681df1604dd27688fdcc07c7fd1640b3f1bd8a54 (diff)
downloadbox64-3bdcae10c8e0ed7b958137124585b0ff594a21fc.tar.gz
box64-3bdcae10c8e0ed7b958137124585b0ff594a21fc.zip
Added a few more wrapped function and improved getopt handling
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/globalsymbols.h3
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