regression tests: Properly handle adnshost et al exit status
[adns] / regress / harness.h
index eae4206..85a936b 100644 (file)
@@ -41,4 +41,6 @@ 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