~iheino+ub/+junk/nut-upsconf-docfix

« back to all changes in this revision

Viewing changes to include/upsconf.h

  • Committer: Tuomas Heino
  • Author(s): Laurent Bigonville
  • Date: 2014-04-22 20:46:12 UTC
  • Revision ID: iheino+ub@cc.hut.fi-20140422204612-1x2gh3nkezfsdao4
Tags: upstream-2.7.2
ImportĀ upstreamĀ versionĀ 2.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifdef __cplusplus
 
3
/* *INDENT-OFF* */
 
4
extern "C" {
 
5
/* *INDENT-ON* */
 
6
#endif
 
7
 
 
8
/* callback function from read_upsconf */
 
9
void do_upsconf_args(char *upsname, char *var, char *val);
 
10
   
 
11
/* open the ups.conf, parse it, and call back do_upsconf_args() */
 
12
void read_upsconf(void);
 
13
   
 
14
#ifdef __cplusplus
 
15
/* *INDENT-OFF* */
 
16
}
 
17
/* *INDENT-ON* */
 
18
#endif
 
19