]> andersk Git - openssh.git/blob - mktemp.h
Initial revision
[openssh.git] / mktemp.h
1 #ifndef _MKTEMP_H
2 #define _MKTEMP_H
3 int mkstemps(char *path, int slen);
4 int mkstemp(char *path);
5 char *mkdtemp(char *path);
6
7 #endif /* _MKTEMP_H */
This page took 0.034449 seconds and 5 git commands to generate.