blob: 2c835c7f45a643be630ba6f9eacf1914031a0ef2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- textio/textio.h.orig Tue Dec 9 16:44:37 2003
+++ textio/textio.h Tue Dec 9 16:56:52 2003
@@ -29,10 +29,10 @@
#endif
/* printing procedures */
-extern void TxPrintf();
+/* extern void TxPrintf(); */
extern bool TxPrintOn(); /* enables TxPrintf output */
extern bool TxPrintOff(); /* disables TxPrintf output */
-extern void TxError();
+/* extern void TxError(); */
extern void TxFlush();
extern void TxVisChar();
extern void TxUseMore();
|