mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
785e2e9f0f
bump PORTREVISION
9 lines
309 B
C
9 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, ...);
|