X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=0e608d007909961cc85e61034741da44bbf1a0f8;hb=ac0b9fcce4167e2959ebc5b8d6efb8511acec66d;hp=bb4c38b42040be7d776b025ba2ca33f4c1220621;hpb=611d68d19204d7cbf5bd585391249cb5bafca846;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index bb4c38b..0e608d0 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -112,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);