aboutsummaryrefslogtreecommitdiffstats
path: root/generic/hostname.h
blob: 32f0c4615c07fd21a26d1e84bbe7a25681124689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef HEADER_hostname
#define HEADER_hostname
/*
htop - generic/hostname.h
(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>


void Generic_hostname(char* buffer, size_t size);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy