Removed the MTS and post; now we always use /usr/sbin/sendmail -t
[mmh] / h / prototypes.h
index 32f6a3d..1bc19d4 100644 (file)
@@ -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 *);