From c2867a6c70fd06f14e5bcfe1aeb88a7bdcd4e273 Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Fri, 31 Jul 1998 17:26:05 +0000 Subject: [PATCH] Change the definition of ui_loop_hook to be a function pointer rather than a function. --- gdb/ser-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index 81374eaf37..99d378e4e5 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -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 */ -- 2.34.1