X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=bd484e9143de1ded9313b20e6319096c3ba67a81;hb=768b5edd9623b7238e12ec8dfc409b82a1ed9e2d;hp=94ee2b97248c89c72b6542f306e54e961704f212;hpb=69b07982861716d278845f962c2f2c1365a3153f;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 94ee2b9..bd484e9 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -71,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 *); @@ -114,14 +114,6 @@ 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);