1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

improve header style

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1073 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Phil 2008-03-29 10:13:25 +00:00
parent 871689ef5b
commit 9d4c7ed14e

View File

@ -21,6 +21,9 @@
*
*/
#ifndef SMAPI_H
#define SMAPI_H
int smapi_bat_installed(int);
char *smapi_read_str(const char *);
@ -32,3 +35,5 @@ char *smapi_get_val(const char *);
char *smapi_get_bat_str(int, const char *);
int smapi_get_bat_int(int, const char *);
char *smapi_get_bat_val(const char *);
#endif /* SMAPI_H */