]> andersk Git - openssh.git/blame - openbsd-compat/mktemp.h
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
[openssh.git] / openbsd-compat / mktemp.h
CommitLineData
beb43d31 1#ifndef _BSD_MKTEMP_H
2#define _BSD_MKTEMP_H
fb723d82 3
4#include "config.h"
5#ifndef HAVE_MKDTEMP
8efc0c15 6int mkstemps(char *path, int slen);
7int mkstemp(char *path);
8char *mkdtemp(char *path);
fb723d82 9#endif /* !HAVE_MKDTEMP */
8efc0c15 10
beb43d31 11#endif /* _BSD_MKTEMP_H */
This page took 0.072858 seconds and 5 git commands to generate.