chiark / gitweb /
unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() to unit...
[elogind.git] / src / core / unit.h
index 049b1dbd1e79fb0d331f07fbd9d7e5675609dfcb..c20c532c168a954044544cd210056519270eeb40 100644 (file)
@@ -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);