summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-am
blob: 109bf68db9bf348c312520c55dbaa369d19c201f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-am,v 1.1 2004/01/23 11:43:33 agc Exp $

--- textio/textio.h	2004/01/23 10:23:44	1.1
+++ textio/textio.h	2004/01/23 10:25:00
@@ -29,10 +29,10 @@
 #endif
 
 /* printing procedures */
-extern void TxPrintf();
+extern void TxPrintf(char *, ...);
 extern bool TxPrintOn();  	/* enables TxPrintf output */
 extern bool TxPrintOff();	/* disables TxPrintf output */
-extern void TxError();
+extern void TxError(char *, ...);
 extern void TxFlush();
 extern void TxVisChar();
 extern void TxUseMore();