]> andersk Git - openssh.git/blame - bsd-mktemp.h
doc
[openssh.git] / bsd-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.106889 seconds and 5 git commands to generate.