summaryrefslogtreecommitdiff
path: root/src/libotutil/ot-fs-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libotutil/ot-fs-utils.h')
-rw-r--r--src/libotutil/ot-fs-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libotutil/ot-fs-utils.h b/src/libotutil/ot-fs-utils.h
index 0113da46..10686be6 100644
--- a/src/libotutil/ot-fs-utils.h
+++ b/src/libotutil/ot-fs-utils.h
@@ -57,4 +57,8 @@ gboolean ot_openat_read_stream (int dfd,
GCancellable *cancellable,
GError **error);
+gboolean ot_ensure_unlinked_at (int dfd,
+ const char *path,
+ GError **error);
+
G_END_DECLS