diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-29 02:07:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-29 02:07:41 +0100 |
commit | b08d03ffe58332f590aae5c78a85e4fc0b8588ce (patch) | |
tree | 909fb7436bdd7496761bdcb8c3d13fa989aca584 /unit.h | |
parent | 0ae97ec11506cce808232abd0979e20aed2fd625 (diff) |
add mount enumerator
Diffstat (limited to 'unit.h')
-rw-r--r-- | unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,6 +240,6 @@ bool unit_job_is_applicable(Unit *u, JobType j); const char *unit_path(void); int set_unit_path(const char *p); -char *unit_name_escape_path(const char *path, const char *suffix); +char *unit_name_escape_path(const char *prefix, const char *path, const char *suffix); #endif |