X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=1de40677a295f493970eb6e81328c917b4aeed6e;hb=3fcd202c63415345fbafe735a02cb040e3879aa9;hp=2f4f65114fbbd97fa4e92aae2f415e0dce8defb7;hpb=da831514de01e2407cef37c118ffff0526a486d0;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 2f4f651..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,14 +91,14 @@ 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); char *r1bindex(char *, int); void readconfig (struct node **, FILE *, char *, int); int refile (char **, char *); -int ruserpass(char *, char **, char **); +void ruserpass(char *, char **, char **); int remdir (char *); int seq_addmsg (struct msgs *, char *, int, int, int); int seq_addsel (struct msgs *, char *, int, int);