chiark / gitweb /
sd-daemon: split off sd_readahead() since it is not a feature of systemd itself but...
[elogind.git] / src / unit.h
index c93f3f765d05d0c1ad515c89eceaa02ed5ced31e..47a1eb635036156df05e216c4bd7f67931845e40 100644 (file)
@@ -500,6 +500,9 @@ void unit_reset_failed(Unit *u);
 Unit *unit_following(Unit *u);
 
 bool unit_pending_inactive(Unit *u);
+bool unit_pending_active(Unit *u);
+
+int unit_add_default_target_dependency(Unit *u, Unit *target);
 
 const char *unit_load_state_to_string(UnitLoadState i);
 UnitLoadState unit_load_state_from_string(const char *s);