X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=3512ef7f5e2c83a2473382b7c25c9d58bee22fc9;hp=1333a84b29a51c293901186a9ff3e8d39ea8a202;hb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c;hpb=0127c00f735b9e38608676b9f7bd3c6e38a7ffb4 diff --git a/h/prototypes.h b/h/prototypes.h index 1333a84..3512ef7 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -22,7 +22,7 @@ char *etcpath(char *); /* ** prototypes from the nmh subroutine library */ -void adios(char *, char *, ...) NORETURN; +void adios(int, char *, char *, ...) NORETURN; void admonish(char *, char *, ...); void advertise(char *, char *, char *, va_list); void advise(char *, char *, ...); @@ -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 *);