Change the definition of ui_loop_hook to be a function pointer
rather than a function.
This commit is contained in:
parent
be5b92f932
commit
c2867a6c70
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ static int hardwire_send_break PARAMS ((serial_t));
|
|||
static int hardwire_setstopbits PARAMS ((serial_t, int));
|
||||
|
||||
#ifdef __CYGWIN32__
|
||||
extern void ui_loop_hook PARAMS ((int));
|
||||
extern void (*ui_loop_hook) PARAMS ((int));
|
||||
#endif
|
||||
|
||||
/* Open up a real live device for serial I/O */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue