X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=d10346f3824d2a0e8b8665457c72a00aaaeaa3a4;hb=a3ef57491a1bc4d2e227b14a8e838ffb6c5b5f63;hp=2f4f65114fbbd97fa4e92aae2f415e0dce8defb7;hpb=da831514de01e2407cef37c118ffff0526a486d0;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 2f4f651..d10346f 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);