]> git.marmaro.de Git - mmh/blobdiff - h/prototypes.h
Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
[mmh] / h / prototypes.h
index bb4c38b42040be7d776b025ba2ca33f4c1220621..bd484e9143de1ded9313b20e6319096c3ba67a81 100644 (file)
@@ -114,14 +114,6 @@ int vfgets(FILE *, char **);
 char *write_charset_8bit(void);
 int get_returnpath(char *, int, char *, int);
 
 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);
 
 int mh_strcasecmp(const char *s1, const char *s2);
 int strncasecmp(const char *s1, const char *s2, size_t n);