summaryrefslogtreecommitdiffstats
path: root/linux/CGroupUtils.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linux/CGroupUtils.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/CGroupUtils.h b/linux/CGroupUtils.h
new file mode 100644
index 0000000..972a15b
--- /dev/null
+++ b/linux/CGroupUtils.h
@@ -0,0 +1,14 @@
+#ifndef HEADER_CGroupUtils
+#define HEADER_CGroupUtils
+/*
+htop - CGroupUtils.h
+(C) 2021 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
+
+char* CGroup_filterName(const char* cgroup);
+char* CGroup_filterContainer(const char* cgroup);
+
+#endif /* HEADER_CGroupUtils */