summary refs log blame commit diff stats
path: root/src/common/sysinfo/sysinfo.h
blob: d63bf9d8c59ec459ff1be480637b619468cbccb1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5p
#ifndef HEXCHAT_SYSINFO_H
#define HEXCHAT_SYSINFO_H

#include <glib.h>

int sysinfo_get_cpu_arch (void);
int sysinfo_get_build_arch (void);
char *sysinfo_get_cpu (void);
char
>(guint64 *hdd_capacity_out, guint64 *hdd_free_space_out); char *sysinfo_get_gpu (void); #endif