X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/14d4fe34a364d78ca25f39b82713255a3e9006cb..eeef255a56fa2a1551c88571cf4bc34eeb858ef8:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 5fe0b0c2..4b5a0b8f 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -94,6 +94,7 @@ char *pwd (void); char *r1bindex(char *, int); void readconfig (struct node **, FILE *, char *, int); int refile (char **, char *); +int ruserpass(char *, char **, char **); int remdir (char *); int seq_addmsg (struct msgs *, char *, int, int, int); int seq_addsel (struct msgs *, char *, int, int); @@ -128,11 +129,14 @@ int get_returnpath (char *, int, char *, int); /* * prototypes for compatibility functions in library */ -#ifndef HAVE_SNPRINTF +#ifndef HAVE_SNPRINTF_PROTOTYPE int snprintf (char *, size_t, const char *, ...); int vsnprintf (char *, size_t, const char *, va_list); #endif +int strcasecmp (const char *s1, const char *s2); +int strncasecmp (const char *s1, const char *s2, size_t n); + #ifndef HAVE_STRERROR char *strerror (int); #endif