]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Sigh. I put the documentation about the -tls switch in the long description,
[nmh] / h / prototypes.h
index 32f6a3d35437cbebe5601edd22ea5f4407d4de72..1bc19d43aee56384ebd2d7c491041ba844c56e2a 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 *);