chiark / gitweb /
regress: Break out Tallocshutdown
[adns.git] / regress / harness.h.m4
index 7f08614d78c71a5ec4425896246c178909c1b825..cc589a540a408252ee3e95454c3b790ebfa45058 100644 (file)
@@ -72,4 +72,6 @@ extern const struct Terrno { const char *n; int v; } Terrnos[];
   
 void Texit(int rv) NONRETURNING;
 
+void Tallocshutdown(void);
+
 #endif