mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
785e2e9f0f
bump PORTREVISION
16 lines
454 B
C
16 lines
454 B
C
--- 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();
|