hostname.h 282 B

123456789101112131415
  1. #ifndef HEADER_hostname
  2. #define HEADER_hostname
  3. /*
  4. htop - generic/hostname.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. #include <stddef.h>
  10. void Generic_hostname(char* buffer, size_t size);
  11. #endif