WS_DLL_PUBLIC char * create_tempdir(const char *parent_dir, const char *tmpl, GError **err)
Create a tempfile with the given parent directory (e.g. "/my/private/tmp"). The path is created using...
Definition tempfile.c:118
WS_DLL_PUBLIC int create_tempfile(const char *tempdir, char **namebuf, const char *pfx, const char *sfx, GError **err)
Create a tempfile with the given prefix (e.g. "wireshark"). The path is created using g_file_open_tmp...
Definition tempfile.c:54