diff options
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 094510ba5d..62257c403e 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -607,6 +607,9 @@ static inline bool unit_supported(Unit *u) { return unit_type_supported(u->type); } +void unit_warn_if_dir_nonempty(Unit *u, const char* where); +int unit_fail_if_symlink(Unit *u, const char* where); + const char *unit_active_state_to_string(UnitActiveState i) _const_; UnitActiveState unit_active_state_from_string(const char *s) _pure_; |