Change the definition of ui_loop_hook to be a function pointer

rather than a function.
This commit is contained in:
Drew Moseley 1998-07-31 17:26:05 +00:00
parent be5b92f932
commit c2867a6c70
1 changed files with 1 additions and 1 deletions

View File

@ -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 */