X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=1b815bcfdc4f6bbfa62b9301f7ac12c47c86974f;hb=4885712264980e6cbc2039f9158027bee9213475;hp=5fe0b0c2c18f9cc46466d52d375011c5edc100c1;hpb=14d4fe34a364d78ca25f39b82713255a3e9006cb;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 5fe0b0c..1b815bc 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -49,9 +49,10 @@ void cpydgst (int, int, char *, char *); int decode_rfc2047 (char *, char *); void discard (FILE *); int done (int); +int ext_hook(char *, char *, char *); int fdcompare (int, int); -int folder_addmsg (struct msgs **, char *, int, int, int); -int folder_delmsgs (struct msgs *, int); +int folder_addmsg (struct msgs **, char *, int, int, int, int); +int folder_delmsgs (struct msgs *, int, int); void folder_free (struct msgs *); int folder_pack (struct msgs **, int); struct msgs *folder_read (char *); @@ -81,6 +82,7 @@ char *m_scratch (char *, char *); char *m_tmpfil (char *); void m_unknown(FILE *); int makedir (char *); +char *nmh_getpass(const char *); char *new_fs (char *, char *, char *); char *path(char *, int); int peekc(FILE *ib); @@ -94,6 +96,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 +131,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 @@ -149,11 +155,12 @@ char *OfficialName(char *); /* * prototypes for some routines in uip */ -int annotate (char *, char *, char *, int, int); +int annotate (char *, char *, char *, int, int, int, int); +void annolist(char *, char *, char *, int); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, int, char *, char *, char *); -int sendsbr (char **, int, char *, struct stat *, int); +int sendsbr (char **, int, char *, struct stat *, int, char *); int what_now (char *, int, int, char *, char *, int, struct msgs *, char *, int, char *);