diff options
Diffstat (limited to 'glnx-fdio.h')
-rw-r--r-- | glnx-fdio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/glnx-fdio.h b/glnx-fdio.h index c0a7cc1..d97ea36 100644 --- a/glnx-fdio.h +++ b/glnx-fdio.h @@ -84,6 +84,13 @@ glnx_open_anonymous_tmpfile (int flags, GError **error); gboolean +glnx_open_anonymous_tmpfile_full (int flags, + const char *dir, + GLnxTmpfile *out_tmpf, + GError **error); + + +gboolean glnx_open_tmpfile_linkable_at (int dfd, const char *subpath, int flags, |