Imported Upstream version 2.7.3
This commit is contained in:
parent
a356b56d11
commit
fd413a3168
283 changed files with 14978 additions and 6511 deletions
|
|
@ -41,6 +41,10 @@ typedef struct conn_s {
|
|||
|
||||
extern struct ups_handler upsh;
|
||||
|
||||
/* asynchronous (nonblocking) Vs synchronous (blocking) I/O
|
||||
* Defaults to nonblocking, for backward compatibility */
|
||||
extern int do_synchronous;
|
||||
|
||||
void dstate_init(const char *prog, const char *devname);
|
||||
int dstate_poll_fds(struct timeval timeout, int extrafd);
|
||||
int dstate_setinfo(const char *var, const char *fmt, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue