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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/globalsymbols.h b/src/include/globalsymbols.h
new file mode 100755
index 00000000..e2bd19d3
--- /dev/null
+++ b/src/include/globalsymbols.h
@@ -0,0 +1,14 @@
+#ifndef _GLOBAL_SYMBOLS_H_

+#define _GLOBAL_SYMBOLS_H_

+

+//GTK stuff

+//void my_checkGlobalGdkDisplay();

+//void my_setGlobalGThreadsInit();

+

+//void** my_GetGTKDisplay();

+//void** my_GetGthreadsGotInitialized();  // defined in wrappedgthread2

+

+// NCurse / TInfo

+void my_checkGlobalTInfo();

+

+#endif //_GLOBAL_SYMBOLS_H_
\ No newline at end of file