chiark / gitweb /
Output processing.
[ypp-sc-tools.db-test.git] / pctb / common.h
index 73e55aea43378e68ea143a08d7d4d0decc1b5029..f942c72a2ffad9e911bbf77500a42b1905884c4c 100644 (file)
@@ -110,6 +110,8 @@ void fatal(const char *fmt, ...)       FMT(1,2) NORET;
 void sysassert_fail(const char *file, int line, const char *what)
    __attribute__((noreturn));
 
+void waitpid_check_exitstatus(pid_t pid, const char *what);
+
 
 void *mmalloc(size_t sz);
 void *mrealloc(void *p, size_t sz);