diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-14 01:02:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-14 01:02:46 +0100 |
commit | 2e478a46c3754ede1a7af57b961056a2a375a799 (patch) | |
tree | ced795692cd778911743b09a42bb88a090313de3 /unit.h | |
parent | 6be1e7d538e12f4e5c79c1271dba90e66726d8fd (diff) |
mount,device: drop prefix from unit names to make them easily decodable
Diffstat (limited to 'unit.h')
-rw-r--r-- | unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ bool unit_job_is_applicable(Unit *u, JobType j); int set_unit_path(const char *p); -char *unit_name_escape_path(const char *prefix, const char *path, const char *suffix); +char *unit_name_escape_path(const char *path, const char *suffix); const char *unit_type_to_string(UnitType i); UnitType unit_type_from_string(const char *s); |