2021-03-02 23:59:28 +00:00
|
|
|
#ifndef HEADER_hostname
|
|
|
|
#define HEADER_hostname
|
2021-03-02 04:58:11 +00:00
|
|
|
/*
|
2021-03-02 23:59:28 +00:00
|
|
|
htop - generic/hostname.h
|
2021-03-02 04:58:11 +00:00
|
|
|
(C) 2021 htop dev team
|
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2021-03-03 22:00:34 +00:00
|
|
|
|
2021-03-02 23:59:28 +00:00
|
|
|
void Generic_hostname(char* buffer, size_t size);
|
2021-03-02 04:58:11 +00:00
|
|
|
|
|
|
|
#endif
|