]> andersk Git - openssh.git/blob - openbsd-compat/mktemp.h
- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
[openssh.git] / openbsd-compat / mktemp.h
1 #ifndef _BSD_MKTEMP_H
2 #define _BSD_MKTEMP_H
3
4 #include "config.h"
5 #ifndef HAVE_MKDTEMP
6 int mkstemps(char *path, int slen);
7 int mkstemp(char *path);
8 char *mkdtemp(char *path);
9 #endif /* !HAVE_MKDTEMP */
10
11 #endif /* _BSD_MKTEMP_H */
This page took 0.047912 seconds and 5 git commands to generate.