diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-14 18:12:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-14 18:12:14 +0000 |
commit | bb50acdcb8073654ea667b8c0272e335bd43f844 (patch) | |
tree | 1e00c8a29871426f8182658928dcb62e42d57ce8 /daemon/buildinfo.h | |
parent | Releasing debian version 1.33.1-1. (diff) | |
download | netdata-bb50acdcb8073654ea667b8c0272e335bd43f844.tar.xz netdata-bb50acdcb8073654ea667b8c0272e335bd43f844.zip |
Merging upstream version 1.34.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'daemon/buildinfo.h')
-rw-r--r-- | daemon/buildinfo.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/daemon/buildinfo.h b/daemon/buildinfo.h index e2a31c94a..542a0e92e 100644 --- a/daemon/buildinfo.h +++ b/daemon/buildinfo.h @@ -3,18 +3,12 @@ #ifndef NETDATA_BUILDINFO_H #define NETDATA_BUILDINFO_H 1 -struct install_type_info { - char *install_type; - char *prebuilt_arch; - char *prebuilt_distro; -}; - extern void print_build_info(void); extern void print_build_info_json(void); extern char *get_value_from_key(char *buffer, char *key); -extern struct install_type_info get_install_type(); +extern void get_install_type(char **install_type, char **prebuilt_arch, char **prebuilt_dist); #endif // NETDATA_BUILDINFO_H |