chiark / gitweb /
logind: port over to use scopes+slices for all cgroup stuff
[elogind.git] / src / shared / unit-name.h
index 7f4ae56433ce6d055a6eee4dbeb64eb46cf90a6c..20138df0897b5e218a00b710c3eedd7849f05faa 100644 (file)
@@ -99,3 +99,5 @@ int unit_name_from_dbus_path(const char *path, char **name);
 
 char *unit_name_mangle(const char *name);
 char *unit_name_mangle_with_suffix(const char *name, const char *suffix);
+
+int build_subslice(const char *slice, const char*name, char **subslice);