LibNl.h 426 B

123456789101112131415161718
  1. #ifndef HEADER_LibNl
  2. #define HEADER_LibNl
  3. /*
  4. htop - linux/LibNl.h
  5. (C) 2024 htop dev team
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. #include "linux/LinuxProcess.h"
  10. #include "linux/LinuxProcessTable.h"
  11. void LibNl_destroyNetlinkSocket(LinuxProcessTable* this);
  12. void LibNl_readDelayAcctData(LinuxProcessTable* this, LinuxProcess* process);
  13. #endif /* HEADER_LibNl */