]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
More cleaned and conversion to the new parameter API.
[nmh] / h / prototypes.h
index e8be9fe63467247f2c68c023927046f6ca260032..1ff92f64c5cf0c3c33e832ab5b3de6ad62caf34c 100644 (file)
@@ -191,6 +191,7 @@ int m_putenv (char *, char *);
 int m_rand (unsigned char *, size_t);
 char *m_mktemp(const char *, int *, FILE **);
 char *m_mktemp2(const char *, const char *, int *, FILE **);
+char *m_mktemps(const char *pfx, const char *suffix, int *, FILE **);
 char *get_temp_dir();
 void m_unknown(m_getfld_state_t *, FILE *);
 int makedir (char *);