X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=1de40677a295f493970eb6e81328c917b4aeed6e;hb=a54f2c5282e07ef6cd89d1fcdcb6ce4e15b07da9;hp=52fab3aa7fe4e8dcf05fc2f2507bb78b88dc6cfc;hpb=ae31d21710465851fdecc8e5fb447e690b83a9f4;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);