X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fcgroup-util.h;h=0485c11adecc3e6256fca59b614dcdd3ea2ce516;hp=84274e605de888e8f0e2975a5b277d54ed63ad9f;hb=9444b1f20e311f073864d81e913bd4f32fe95cfd;hpb=77f40f165cc60a1d6b8a3503e4b7e46814d5935e diff --git a/src/shared/cgroup-util.h b/src/shared/cgroup-util.h index 84274e605..0485c11ad 100644 --- a/src/shared/cgroup-util.h +++ b/src/shared/cgroup-util.h @@ -84,9 +84,6 @@ int cg_is_empty_by_spec(const char *spec, bool ignore_self); int cg_is_empty_recursive(const char *controller, const char *path, bool ignore_self); int cg_get_root_path(char **path); -int cg_get_system_path(char **path); -int cg_get_user_path(char **path); -int cg_get_machine_path(const char *machine, char **path); int cg_path_get_session(const char *path, char **session); int cg_path_get_owner_uid(const char *path, uid_t *uid);