X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fapcupsd.h;h=d452833f76726b4ad9b53f3a43d2f34e824785e7;hb=f3e250df559a6e4677072bbe2936a8a093798bbd;hp=efbfdf5e6dc5b39f52cea519c336b2d52b34562f;hpb=81c691d15afc0ccffd3da3a480478f0a66bb60f4;p=monky diff --git a/src/apcupsd.h b/src/apcupsd.h index efbfdf5..d452833 100644 --- a/src/apcupsd.h +++ b/src/apcupsd.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * apcupsd.h: conky module for APC UPS daemon monitoring * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef APCUPSD_H_ @@ -52,7 +51,4 @@ typedef struct apcupsd_s { /* Service routine for the conky main thread */ void update_apcupsd(void); -/* fill in the default values */ -void init_apcupsd(void); - #endif /*APCUPSD_H_*/