openssh/mktemp.h

8 lines
148 B
C
Raw Normal View History

1999-10-27 03:42:43 +00:00
#ifndef _MKTEMP_H
#define _MKTEMP_H
int mkstemps(char *path, int slen);
int mkstemp(char *path);
char *mkdtemp(char *path);
#endif /* _MKTEMP_H */