X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=4b5a0b8f948fcf00820d2e1f0ee218eedf6b49a8;hb=a81c28f4a2ee69469c5e9f5d65389a89c6070ed4;hp=0dccfa2ec4473a6e5880d960b71979a11db52f0d;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 0dccfa2..4b5a0b8 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -48,7 +48,7 @@ void cpydata (int, int, char *, char *); void cpydgst (int, int, char *, char *); int decode_rfc2047 (char *, char *); void discard (FILE *); -void done (int); +int done (int); int fdcompare (int, int); int folder_addmsg (struct msgs **, char *, int, int, int); int folder_delmsgs (struct msgs *, int); @@ -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