chiark / gitweb /
Some of these interface comments are out of date
[ypp-sc-tools.db-test.git] / pctb / common.h
index 73e55aea43378e68ea143a08d7d4d0decc1b5029..8b66cf5e94b416a1a3ce4c1aba9bb1c9cbe135da 100644 (file)
@@ -57,6 +57,7 @@ typedef struct { /* both inclusive */
    DF(findypp)                                 \
    DF(pages)                                   \
    DF(rect)                                    \
+   DF(struct)                                  \
    DF(ocr)                                     \
    DF(callout)
 
@@ -110,6 +111,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);