mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-07 20:10:04 +00:00
10 lines
198 B
Diff
10 lines
198 B
Diff
--- a/src/tfio.h
|
|
+++ b/src/tfio.h
|
|
@@ -165,4 +165,6 @@
|
|
extern void unhide_screen(Screen *screen);
|
|
extern void switch_screen(int quiet);
|
|
|
|
+extern void main_loop(void);
|
|
+
|
|
#endif /* TFIO_H */
|