sonic-openssh/bsd-mktemp.h

12 строки
229 B
C
Исходник Обычный вид История

#ifndef _BSD_MKTEMP_H
#define _BSD_MKTEMP_H
1999-10-28 08:12:54 +04:00
#include "config.h"
#ifndef HAVE_MKDTEMP
1999-10-27 07:42:43 +04:00
int mkstemps(char *path, int slen);
int mkstemp(char *path);
char *mkdtemp(char *path);
1999-10-28 08:12:54 +04:00
#endif /* !HAVE_MKDTEMP */
1999-10-27 07:42:43 +04:00
#endif /* _BSD_MKTEMP_H */