]> andersk Git - openssh.git/blame - mktemp.h
Fix off by one error in PAM env patch
[openssh.git] / mktemp.h
CommitLineData
8efc0c15 1#ifndef _MKTEMP_H
2#define _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
11#endif /* _MKTEMP_H */
This page took 0.045854 seconds and 5 git commands to generate.