From e7372d18a1a661d8c3dba9f51e1f17b5f94171a7 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 10 Jan 2024 11:17:08 +0100 Subject: New upstream version 3.3.0 --- linux/CGroupUtils.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'linux/CGroupUtils.h') diff --git a/linux/CGroupUtils.h b/linux/CGroupUtils.h index db2df7f..972a15b 100644 --- a/linux/CGroupUtils.h +++ b/linux/CGroupUtils.h @@ -7,10 +7,8 @@ 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); +char* CGroup_filterName(const char* cgroup); +char* CGroup_filterContainer(const char* cgroup); #endif /* HEADER_CGroupUtils */ -- cgit v1.2.3