X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=1bc19d43aee56384ebd2d7c491041ba844c56e2a;hb=f6aa95b724fd8c791164abe7ee5468bf5c34f226;hp=32f6a3d35437cbebe5601edd22ea5f4407d4de72;hpb=7b98850d3b8b2453b473fdfb6db52f4aa3fe39b6;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 32f6a3d..1bc19d4 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,8 +1,6 @@ /* * prototypes.h -- various prototypes - * - * $Id$ */ /* @@ -81,6 +79,8 @@ 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 *); int makedir (char *); char *nmh_getpass(const char *);