summaryrefslogtreecommitdiff
path: root/rld-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'rld-path.h')
-rw-r--r--rld-path.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rld-path.h b/rld-path.h
index f501fb4..0e1329a 100644
--- a/rld-path.h
+++ b/rld-path.h
@@ -128,6 +128,13 @@ namespace rld
const std::string& name,
paths& search_paths);
+ /**
+ * Unlink the file.
+ *
+ * @param path The path of the file to unlink.
+ */
+ void unlink (const std::string& path, bool not_present_error = false);
+
}
}