37WS_DLL_PUBLIC
int create_tempfile(
const char *tempdir,
char **namebuf,
const char *pfx,
const char *sfx, GError **err);
49WS_DLL_PUBLIC
char *
create_tempdir(
const char *parent_dir,
const char *tmpl, GError **err);
WS_DLL_PUBLIC char * create_tempdir(const char *parent_dir, const char *tmpl, GError **err)
Definition tempfile.c:118
WS_DLL_PUBLIC int create_tempfile(const char *tempdir, char **namebuf, const char *pfx, const char *sfx, GError **err)
Definition tempfile.c:54