File: upsconf.h

package info (click to toggle)
nut 0.45.5-rel-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,984 kB
  • ctags: 2,146
  • sloc: ansic: 22,216; sh: 1,138; makefile: 405
file content (7 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
/* 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(int required);