X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=0e608d007909961cc85e61034741da44bbf1a0f8;hb=ac0b9fcce4167e2959ebc5b8d6efb8511acec66d;hp=3c0dc3c8af5cae53bb651e9054a741ca9b8c2d91;hpb=1577ee015a08dd21f0f57f8a8f9a9396c31e884d;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 3c0dc3c..0e608d0 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -47,7 +47,6 @@ int ext_hook(char *, char *, char *); int folder_addmsg(struct msgs **, char *, int, int, int, int, char *); int folder_delmsgs(struct msgs *, int, 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 *); @@ -72,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 *); @@ -113,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);