chiark / gitweb /
regression tests: Properly handle adnshost et al exit status
[adns.git] / regress / harness.h
index eae42068f4a477dfa97b1ef18f2762b732c04a8d..85a936b684dd22ad163677631471d8294f4cbbc6 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