mirror of
https://repo.or.cz/socat.git
synced 2025-07-05 12:46:32 +00:00
Corrected declarations of diag_immediate_msg etc.
This commit is contained in:
parent
d8a5d49c2d
commit
31a2106a39
2 changed files with 8 additions and 2 deletions
4
error.h
4
error.h
|
@ -229,8 +229,8 @@ struct diag_dgram {
|
|||
} ;
|
||||
|
||||
extern sig_atomic_t diag_in_handler;
|
||||
extern int diag_immediate_msg;
|
||||
extern int diag_immediate_exit;
|
||||
extern sig_atomic_t diag_immediate_msg;
|
||||
extern sig_atomic_t diag_immediate_exit;
|
||||
|
||||
extern void diag_set(char what, const char *arg);
|
||||
extern void diag_set_int(char what, int arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue