summaryrefslogtreecommitdiff
path: root/glnx-dirfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'glnx-dirfd.h')
-rw-r--r--glnx-dirfd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/glnx-dirfd.h b/glnx-dirfd.h
index 3a76695..0cb79e6 100644
--- a/glnx-dirfd.h
+++ b/glnx-dirfd.h
@@ -88,4 +88,15 @@ gboolean glnx_mkdtempat (int dfd,
int mode,
GError **error);
+gboolean glnx_mkdtempat_open (int dfd,
+ gchar *tmpl,
+ int mode,
+ int *out_dfd,
+ GError **error);
+
+gboolean glnx_mkdtempat_open_in_system (gchar *tmpl,
+ int mode,
+ int *out_dfd,
+ GError **error);
+
G_END_DECLS