mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
13 lines
338 B
C
13 lines
338 B
C
|
--- 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, ... );
|