regression tests: Properly handle adnshost et al exit status
[adns] / regress / harness.h.m4
index bf4f308..f3d04d8 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