X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=fcc8f0c9085a0a4fa1f7b1053e81f8f38a595d4c;hb=d45c3d28d788129428036fd7f26fa417beccd93e;hp=b04439070e1bee8bd85f408c2710198afab0f51b;hpb=2f689a1cb907a5de04e6d39ffd217a69af3216c7;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index b044390..fcc8f0c 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,8 +1,6 @@ /* * prototypes.h -- various prototypes - * - * $Id$ */ /* @@ -79,8 +77,6 @@ char *m_maildir (char *); char *m_mailpath (char *); char *m_name (int); int m_putenv (char *, char *); -char *m_scratch (char *, char *); -char *m_tmpfil (char *); char *m_mktemp(const char *, int *, FILE **); char *m_mktemp2(const char *, const char *, int *, FILE **); void m_unknown(FILE *); @@ -129,18 +125,6 @@ int uprf (char *, char *); int vfgets (FILE *, char **); char *write_charset_8bit (void); -#ifdef RPATHS -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);