Minimal changes to get it to compile (a few taken from David Given ack-6.0pre5)
[Ack-5.5.git] / util / ack / ack.h
index 68106cb..c5f7a3e 100644 (file)
@@ -96,3 +96,12 @@ extern char *changecore();
 #else
 extern  int debug ;
 #endif
+
+#ifdef __STDC__
+/* Some arch need to be told not to use regcall for varargs functions */
+void fatal(const char *fmt, ...);
+void vprint(const char *fmt, ...);
+void fuerror(const char *fmt, ...);
+void werror(const char *fmt, ...);
+void error(const char *fmt, ...);
+#endif