785e2e9f0f
bump PORTREVISION
8 lines
309 B
C
8 lines
309 B
C
--- tech/tech.h.orig Tue Dec 9 16:42:58 2003
|
|
+++ tech/tech.h Tue Dec 9 16:43:01 2003
|
|
@@ -23,4 +23,4 @@
|
|
/* ----------------- Exported variables and procedures ---------------- */
|
|
|
|
extern char *TechDefault; /* Name of default technology */
|
|
-extern void TechError();
|
|
+extern void TechError(char *fmt, ...);
|