chiark / gitweb /
regression tests: Properly handle adnshost et al exit status
[adns.git] / regress / harness.h.m4
index bf4f308ef3b982aca8fe81a1d3f968c028dd34ee..f3d04d8c1a07f6fe83a0233311eaebe62281e4ce 100644 (file)
@@ -67,5 +67,9 @@ void Tvba(const char *str);
 extern vbuf vb;
 extern struct timeval currenttime;
 extern const struct Terrno { const char *n; int v; } Terrnos[];
+
+/* Special cases */
   
+void Texit(int rv) NONRETURNING;
+
 #endif