blob: f459d515cd6c8b9795b20ad481e2731ca17d94ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- textio/textioInt.h.orig Tue Dec 9 16:41:17 2003
+++ textio/textioInt.h Tue Dec 9 16:41:29 2003
@@ -53,7 +53,7 @@
struct sgttyb tx_i_sgtty;
struct tchars tx_i_tchars;
} txTermState;
-#endif SYSV
+#endif
extern int TxGetInputEvent();
-extern void txFprintfBasic();
+extern void txFprintfBasic(FILE *f, char *fmt, ... );
|