Convert pidXwait() from macro to function
[mmh] / h / prototypes.h
index 1333a84..f162ef5 100644 (file)
@@ -78,6 +78,7 @@ char *norm_charmap(char *);
 char *new_fs(char *, char *);
 int pidwait(pid_t, int);
 int pidstatus(int, FILE *, char *);
+int pidXwait(int, char *);
 void print_help(char *, struct swit *, int);
 void print_sw(char *, struct swit *, char *, FILE *);
 void print_version(char *);