summaryrefslogtreecommitdiff
path: root/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unit.h b/unit.h
index 9def661ce1..bfd0907fc3 100644
--- a/unit.h
+++ b/unit.h
@@ -324,6 +324,8 @@ char *unit_name_escape_path(const char *path, const char *suffix);
char *unit_dbus_path(Unit *u);
+int unit_load_related_unit(Unit *u, const char *type, Unit **_found);
+
const char *unit_type_to_string(UnitType i);
UnitType unit_type_from_string(const char *s);