chiark / gitweb /
regress: Rename Tallocshutdown to Tcommonshutdown
[adns.git] / regress / harness.h.m4
index 1c602d988e14d15ad4ed71b6abc6a3048c0b75d5..0597b6bb3e6d742233e4481ab31e6d84bde79d97 100644 (file)
@@ -72,7 +72,7 @@ extern const struct Terrno { const char *n; int v; } Terrnos[];
   
 void Texit(int rv) NONRETURNING;
 
-void Tallocshutdown(void);
+void Tcommonshutdown(void);
 int Ttestinputfd(void);
 
 #endif