From a6822e98434cf7da6fab033898094976d881ee0f Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 4 Feb 2022 11:23:02 +0100 Subject: New upstream version 3.1.2 --- linux/CGroupUtils.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 linux/CGroupUtils.h (limited to 'linux/CGroupUtils.h') diff --git a/linux/CGroupUtils.h b/linux/CGroupUtils.h new file mode 100644 index 0000000..db2df7f --- /dev/null +++ b/linux/CGroupUtils.h @@ -0,0 +1,16 @@ +#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. +*/ + +#include +#include + + +char* CGroup_filterName(const char *cgroup); + +#endif /* HEADER_CGroupUtils */ -- cgit v1.2.3