Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
2ccf661cbe0924a1549a74b5a4f970e90f94d6a9
/
.
/
mktemp.h
blob: ac92cbae05da364f7f67d62ff9e8f71b96e922ab [
file
] [
log
] [
blame
] [
raw
]
#ifndef
_MKTEMP_H
#define
_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
/* _MKTEMP_H */