X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fsmapi.h;h=eebe9df93a0e1d7cedf745ac705dde291ebc3cef;hb=d744f9bfbb192067187d928eeec0d61f7a78e528;hp=5ab489b56820e3895cea2732b7d3d78a1e878e9f;hpb=c72a564cea3d4a784f22c469ccaa23b70a785271;p=monky diff --git a/src/smapi.h b/src/smapi.h index 5ab489b..eebe9df 100644 --- a/src/smapi.h +++ b/src/smapi.h @@ -17,15 +17,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * $Id$ - * */ -#ifndef SMAPI_H -#define SMAPI_H - -#include "conky.h" -#include +#ifndef _SMAPI_H +#define _SMAPI_H int smapi_bat_installed(int); @@ -39,4 +34,4 @@ 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 */ +#endif /* _SMAPI_H */