mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 09:49:43 +02:00
11 lines
257 B
Diff
11 lines
257 B
Diff
|
--- a/term.h 2010-06-20 20:22:20.620998681 +0400
|
||
|
+++ b/term.h 2010-06-20 20:22:48.435043158 +0400
|
||
|
@@ -45,6 +45,7 @@
|
||
|
|
||
|
void tterm_start(TTerm* p, const char* tn, const char* en);
|
||
|
|
||
|
+void sigchld(int sig);
|
||
|
extern TTerm gTerm;
|
||
|
|
||
|
#endif /* INCLUDE_TERM_H */
|