Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
e17ba1007ea73231c20c42c8cf61ecae58f3bdba
/
.
/
bsd-mktemp.h
blob: faddc916ee224cef5bd21db940eaaecdaa6f028c [
file
] [
log
] [
blame
]
#ifndef
_BSD_MKTEMP_H
#define
_BSD_MKTEMP_H
#include
"config.h"
#ifndef
HAVE_MKDTEMP
int
mkstemps
(
char
*
path
,
int
slen
);
int
mkstemp
(
char
*
path
);
char
*
mkdtemp
(
char
*
path
);
#endif
/* !HAVE_MKDTEMP */
#endif
/* _BSD_MKTEMP_H */