diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-10 04:48:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-10 18:00:20 +0200 |
commit | f6ff8c29caeeec3d1f1164be73f87d867d8f1b18 (patch) | |
tree | df5db18dabb33b6afbfcf67721e42e2682749f5a /unit.h | |
parent | 013b87c09199926434583e8bb54ac6cb4b835eb5 (diff) |
unit: introduce unit_load_related_unit()
Diffstat (limited to 'unit.h')
-rw-r--r-- | unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |