Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
182ee6e6d9b13f0a117a19bd4b9e3318a74233eb
/
.
/
bsd-mktemp.h
blob: faddc916ee224cef5bd21db940eaaecdaa6f028c [
file
] [
log
] [
blame
] [
raw
]
#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 */