Bugfix: memory and thread-deleting problems
[monky] / src / apcupsd.h
index d452833..4097b5d 100644 (file)
@@ -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_*/