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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cgroup-show.h b/src/cgroup-show.h
index 3def2f3095..1f0c319054 100644
--- a/src/cgroup-show.h
+++ b/src/cgroup-show.h
@@ -22,6 +22,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-void show_cgroup(const char *name, const char *prefix, unsigned columns);
+int show_cgroup(const char *name, const char *prefix, unsigned columns);
+int show_cgroup_recursive(const char *name, const char *prefix, unsigned columns);
#endif