ports/sysutils/conky/files/patch-src-apcupsd.h
Martin Wilke ae61f5a264 - Update to 1.8.0
PR:		147795
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2010-07-12 03:15:52 +00:00

10 lines
244 B
C

--- src/apcupsd.h.orig
+++ src/apcupsd.h
@@ -49,6 +49,6 @@ typedef struct apcupsd_s {
} APCUPSD_S, *PAPCUPSD_S;
/* Service routine for the conky main thread */
-void update_apcupsd(void);
+int update_apcupsd(void);
#endif /*APCUPSD_H_*/