summaryrefslogtreecommitdiff
path: root/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-14 01:02:46 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-14 01:02:46 +0100
commit2e478a46c3754ede1a7af57b961056a2a375a799 (patch)
treeced795692cd778911743b09a42bb88a090313de3 /unit.h
parent6be1e7d538e12f4e5c79c1271dba90e66726d8fd (diff)
mount,device: drop prefix from unit names to make them easily decodable
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit.h b/unit.h
index 9527d192d1..f5eac2916d 100644
--- a/unit.h
+++ b/unit.h
@@ -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);