1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 06:59:09 +00:00
conky/src/ibm.h

22 lines
532 B
C
Raw Normal View History

/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
#ifndef _IBM_H
#define _IBM_H
#ifdef __cplusplus
extern "C" {
#endif
2009-11-08 16:22:48 +00:00
void get_ibm_acpi_fan(struct text_object *, char *, int);
void get_ibm_acpi_temps(void);
2009-11-08 16:22:48 +00:00
void get_ibm_acpi_volume(struct text_object *, char *, int);
void get_ibm_acpi_brightness(struct text_object *, char *, int);
void parse_ibm_temps_arg(struct text_object *, const char *);
void print_ibm_temps(struct text_object *, char *, int);
#ifdef __cplusplus
}
#endif
#endif /* _IBM_H */