diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-10 17:03:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-10 17:07:32 +0200 |
commit | 5f73969991fa765f2826975c0fc5e47438b5e9ea (patch) | |
tree | bd9c5e438951fe0a584f1ad1b88897ceebe8a60a /src/core/unit.h | |
parent | 0bf07cb5e4db097fcc25784b491fc4311d20fff2 (diff) |
unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() to unit-name.h
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 049b1dbd1e..c20c532c16 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -537,9 +537,6 @@ int unit_add_default_target_dependency(Unit *u, Unit *target); int unit_following_set(Unit *u, Set **s); -UnitType unit_name_to_type(const char *n); -bool unit_name_is_valid(const char *n, bool template_ok); - void unit_trigger_on_failure(Unit *u); bool unit_condition_test(Unit *u); |