1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-20 03:51:18 +00:00
conky/src/hddtemp.h

13 lines
334 B
C
Raw Normal View History

/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
#ifndef HDDTEMP_H_
#define HDDTEMP_H_
void set_hddtemp_host(const char *);
void set_hddtemp_port(const char *);
void update_hddtemp(void);
2009-11-08 03:18:19 +00:00
void free_hddtemp(struct text_object *);
int get_hddtemp_info(const char *, short *, char *);
#endif /*HDDTEMP_H_*/