X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=973da677dab056a6dfad74b2b2083f6089e7ebc2;hp=61e2c4912849b0c984a4c41400c9643af0909c69;hb=8edc5aaf86f9f77124664f6801bc6c6cdf258173;hpb=8e98a317c86f10e0c7e866c069e143bf48cf9814 diff --git a/h/prototypes.h b/h/prototypes.h index 61e2c49..973da67 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -27,10 +27,8 @@ void admonish(char *, char *, ...); void advertise(char *, char *, char *, va_list); void advise(char *, char *, ...); void ambigsw(char *, struct swit *); -int atooi(char *); char **brkstring(char *, char *, char *); int check_charset(char *, int); -void closefds(int); char *concat(char *, ...); int context_del(char *); char *context_find(char *); @@ -38,7 +36,6 @@ int context_foil(char *); void context_read(void); void context_replace(char *, char *); void context_save(void); -char **copyip(char **, char **, int); void cpydata(int, int, char *, char *); void cpydgst(int, int, char *, char *); int decode_rfc2047(char *, char *, size_t); @@ -48,9 +45,8 @@ char *expandfol(char *); char *expanddir(char *); int ext_hook(char *, char *, char *); int folder_addmsg(struct msgs **, char *, int, int, int, int, char *); -int folder_delmsgs(struct msgs *, int, int); +int folder_delmsgs(struct msgs *, int); void folder_free(struct msgs *); -int folder_pack(struct msgs **, int); struct msgs *folder_read(char *); struct msgs *folder_realloc(struct msgs *, int, int); int gans(char *, struct swit *); @@ -75,7 +71,7 @@ char *m_name(int); int m_putenv(char *, char *); char *m_mktemp(const char *, int *, FILE **); char *m_mktemp2(const char *, const char *, int *, FILE **); -void m_unknown(FILE *); +void thisisanmbox(FILE *); int makedir(char *); char *nmh_getpass(const char *); char *norm_charmap(char *); @@ -116,15 +112,6 @@ int unputenv(char *); int uprf(char *, char *); int vfgets(FILE *, char **); char *write_charset_8bit(void); -int get_returnpath(char *, int, char *, int); - -/* -** prototypes for compatibility functions in library -*/ -#ifndef HAVE_SNPRINTF_PROTOTYPE -int snprintf(char *, size_t, const char *, ...); -int vsnprintf(char *, size_t, const char *, va_list); -#endif int mh_strcasecmp(const char *s1, const char *s2); int strncasecmp(const char *s1, const char *s2, size_t n); @@ -133,9 +120,6 @@ int strncasecmp(const char *s1, const char *s2, size_t n); /* ** prototypes for some routines in uip */ -int annotate(char *, char *, char *, int, int, int, int); -void annolist(char *, char *, char *, int); -void annopreserve(int); int distout(char *, char *, char *); int what_now(char *, int, int, char *, char *, int, struct msgs *, char *, char *);