nut-debian/include/upsconf.h

8 lines
202 B
C
Raw Normal View History

2010-03-26 01:20:59 +02:00
/* callback function from read_upsconf */
void do_upsconf_args(char *upsname, char *var, char *val);
/* open the ups.conf, parse it, and call back do_upsconf_args() */
void read_upsconf(void);