1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00

18086: I don't know how this got missed out...

This commit is contained in:
Peter Stephenson 2003-02-05 10:56:56 +00:00
parent 50b77cd584
commit f87232c120

View file

@ -1098,6 +1098,10 @@ zclose(int fd)
/* Get a file name relative to $TMPPREFIX which *
* is unique, for use as a temporary file. */
#ifdef HAVE__MKTEMP
extern char *_mktemp(char *);
#endif
/**/
mod_export char *
gettempname(void)