1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

fix smapi move to C++

This commit is contained in:
Phil Sutter 2010-01-10 22:06:01 +01:00
parent 081f5e1699
commit 0bdff28f69

View File

@ -25,10 +25,6 @@
#ifndef _SMAPI_H
#define _SMAPI_H
#ifdef __cplusplus
extern "C" {
#endif
void print_smapi(struct text_object *, char *, int);
uint8_t smapi_bat_percentage(struct text_object *);
void print_smapi_bat_temp(struct text_object *, char *, int);
@ -36,8 +32,4 @@ void print_smapi_bat_power(struct text_object *, char *, int);
double smapi_bat_barval(struct text_object *);
int smapi_bat_installed(struct text_object *obj);
#ifdef __cplusplus
}
#endif
#endif /* _SMAPI_H */