]> andersk Git - openssh.git/blame - openbsd-compat/mktemp.h
- markus@cvs.openbsd.org 2002/06/08 05:07:56
[openssh.git] / openbsd-compat / mktemp.h
CommitLineData
0b202697 1/* $Id$ */
2
beb43d31 3#ifndef _BSD_MKTEMP_H
4#define _BSD_MKTEMP_H
fb723d82 5
6#include "config.h"
7#ifndef HAVE_MKDTEMP
8efc0c15 8int mkstemps(char *path, int slen);
9int mkstemp(char *path);
10char *mkdtemp(char *path);
fb723d82 11#endif /* !HAVE_MKDTEMP */
8efc0c15 12
beb43d31 13#endif /* _BSD_MKTEMP_H */
This page took 0.126716 seconds and 5 git commands to generate.