CGroupUtils.h 332 B

1234567891011121314
  1. #ifndef HEADER_CGroupUtils
  2. #define HEADER_CGroupUtils
  3. /*
  4. htop - CGroupUtils.h
  5. (C) 2021 htop dev team
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. char* CGroup_filterName(const char* cgroup);
  10. char* CGroup_filterContainer(const char* cgroup);
  11. #endif /* HEADER_CGroupUtils */