X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=d88cf8e8a74a7dd6a4a2083c57a3f445f499359d;hb=3f05764b66c12e358878ecd7efdb393740acd9f1;hp=1bc19d43aee56384ebd2d7c491041ba844c56e2a;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 1bc19d4..d88cf8e 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -131,14 +131,6 @@ char *write_charset_8bit (void); int get_returnpath (char *, int, char *, int); #endif -/* - * 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);