X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=h%2Fprototypes.h;h=fcc8f0c9085a0a4fa1f7b1053e81f8f38a595d4c;hb=d45c3d28d788129428036fd7f26fa417beccd93e;hp=d88cf8e8a74a7dd6a4a2083c57a3f445f499359d;hpb=d1b702b1220d45e441b2b9597a8cf58edb51a653;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index d88cf8e..fcc8f0c 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -77,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 *); @@ -127,10 +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 - int mh_strcasecmp (const char *s1, const char *s2); int strncasecmp (const char *s1, const char *s2, size_t n);