]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/scope.c
shared: move cg_set_access() declaration to right header file
authorLennart Poettering <lennart@poettering.net>
Thu, 23 Feb 2023 17:27:43 +0000 (18:27 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 23 Feb 2023 20:44:35 +0000 (20:44 +0000)
commitdafb406383610cc631345815919fd8a77ee0c4dc
tree876ac61d27b97b76c97ae67de12a82337fa279a4
parent06762aa53e05dccd95b5836c6397919771b16e94
shared: move cg_set_access() declaration to right header file

This function was moved from cgroup-util.c to cgroup-setup.c a while
back, but the prototype in the matching header files wasn't migrated.
Let's fix that.
src/basic/cgroup-util.h
src/core/scope.c
src/shared/cgroup-setup.h