summaryrefslogtreecommitdiff
path: root/glnx-fdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'glnx-fdio.h')
-rw-r--r--glnx-fdio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/glnx-fdio.h b/glnx-fdio.h
index d97ea36..9c57dc5 100644
--- a/glnx-fdio.h
+++ b/glnx-fdio.h
@@ -111,6 +111,10 @@ glnx_link_tmpfile_at (GLnxTmpfile *tmpf,
GError **error);
gboolean
+glnx_tmpfile_reopen_rdonly (GLnxTmpfile *tmpf,
+ GError **error);
+
+gboolean
glnx_openat_rdonly (int dfd,
const char *path,
gboolean follow,