freebsd-ports/cad/magic/files/patch-textio::textio.h
Oliver Lehmann 785e2e9f0f unbreak build on CURRENT
bump PORTREVISION
2003-12-09 16:20:31 +00:00

15 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();