X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=h%2Fprototypes.h;h=1de40677a295f493970eb6e81328c917b4aeed6e;hb=2d4bd0ad2d574ffff2359a88bfcf53e792c3c830;hp=52fab3aa7fe4e8dcf05fc2f2507bb78b88dc6cfc;hpb=871bd3b965321122be0db49961369b111e4ea4db;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 52fab3a..1de4067 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -25,7 +25,7 @@ char *etcpath(char *); /* * prototypes from the nmh subroutine library */ -void adios (char *, char *, ...); +void adios (char *, char *, ...) NORETURN; void admonish (char *, char *, ...); void advertise (char *, char *, char *, va_list); void advise (char *, char *, ...); @@ -91,7 +91,7 @@ int pidwait (pid_t, int); int pidstatus (int, FILE *, char *); char *pluspath(char *); void print_help (char *, struct swit *, int); -void print_sw (char *, struct swit *, char *); +void print_sw (char *, struct swit *, char *, FILE *); void print_version (char *); void push (void); char *pwd (void);