Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -45,6 +45,12 @@
|
|||
|
||||
#define NUT_NET_ANSWER_MAX SMALLBUF
|
||||
|
||||
#ifdef __cplusplus
|
||||
/* *INDENT-OFF* */
|
||||
extern "C" {
|
||||
/* *INDENT-ON* */
|
||||
#endif
|
||||
|
||||
/* prototypes from upsd.c */
|
||||
|
||||
upstype_t *get_ups_ptr(const char *upsname);
|
||||
|
|
@ -85,4 +91,10 @@ extern nut_ctype_t *firstclient;
|
|||
#define shutdown_how 2
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
/* *INDENT-OFF* */
|
||||
}
|
||||
/* *INDENT-ON* */
|
||||
#endif
|
||||
|
||||
#endif /* UPSD_H_SEEN */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue