summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rld-path.h')
-rw-r--r--rtemstoolkit/rld-path.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-path.h b/rtemstoolkit/rld-path.h
index d73c59b..80921a1 100644
--- a/rtemstoolkit/rld-path.h
+++ b/rtemstoolkit/rld-path.h
@@ -144,6 +144,12 @@ namespace rld
*/
void unlink (const std::string& path, bool not_present_error = false);
+ /**
+ * Return the system path as a set of strings.
+ *
+ * @param paths The split path paths.
+ */
+ void get_system_path (paths& paths);
}
}