Files
termux-packages/packages/tinyfugue/src-tfio.h.patch
termux-pacman-bot f241b2ae74 tinyfugue: Fix implicit function declaration
%ci:no-build
2023-04-12 10:01:47 +00:00

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 */