chiark / gitweb /
load-fragment: prefer unit id over alias names when looking for fragments
[elogind.git] / unit.h
diff --git a/unit.h b/unit.h
index 9527d192d1c45cb03c87b10b1f4c96fdd45aeb1a..f5eac2916d712aadf4613d7173abae71239f9180 100644 (file)
--- 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);