1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 09:08:25 +00:00

Make sure bsdapm functions can be reached

This commit is contained in:
Nikolas Garofil 2010-02-14 21:22:31 +01:00
parent da4e9349f8
commit 3763c263c3

View File

@ -30,16 +30,8 @@
#ifndef _BSDAPM_H
#define _BSDAPM_H
#ifdef __cplusplus
extern "C" {
#endif
void print_apm_adapter(struct text_object *, char *, int);
void print_apm_battery_life(struct text_object *, char *, int);
void print_apm_battery_time(struct text_object *, char *, int);
#ifdef __cplusplus
}
#endif
#endif /* _BSDAPM_H */