summaryrefslogtreecommitdiff
path: root/src/cgroup-show.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgroup-show.h')
-rw-r--r--src/cgroup-show.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgroup-show.h b/src/cgroup-show.h
index 09a436a3c..da794dee1 100644
--- a/src/cgroup-show.h
+++ b/src/cgroup-show.h
@@ -22,7 +22,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-int show_cgroup(const char *path, const char *prefix, unsigned columns);
-int show_cgroup_recursive(const char *path, const char *prefix, unsigned columns);
+int show_cgroup_by_path(const char *path, const char *prefix, unsigned columns);
+int show_cgroup(const char *controller, const char *path, const char *prefix, unsigned columns);
#endif