diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-13 01:07:02 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-13 01:07:02 +0100 |
commit | 036643a247c659db8e1b3df1778d51553a816ec9 (patch) | |
tree | 1ffe6bdfec708fec46adb58c531bb2455f399cee /unit.h | |
parent | 65d2ebdc3408c81a947de8712b37b9398d955465 (diff) |
config: implement search path logic
Diffstat (limited to 'unit.h')
-rw-r--r-- | unit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -282,7 +282,6 @@ void unit_unwatch_timer(Unit *u, Watch *w); 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 *prefix, const char *path, const char *suffix); |