X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/da831514de01e2407cef37c118ffff0526a486d0..8b4410a1f3cb75e3d92b61176397655d509f81ee:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 2f4f6511..d10346f3 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 *, ...); @@ -98,7 +98,7 @@ 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);