Thix fixes an obvious coding error that led to a GDB crash on AIX or HPUX.
[deliverable/binutils-gdb.git] / gdb / event-top.h
index 76b24b84cd1523f53c1f2e5c150fe0ad80f810d4..2d05d454a0e913f32cbd189139056816b8168f9a 100644 (file)
@@ -1,7 +1,6 @@
 /* Definitions used by event-top.c, for GDB, the GNU debugger.
 
-   Copyright (C) 1999, 2001, 2003, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2014 Free Software Foundation, Inc.
 
    Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
 
@@ -63,6 +62,6 @@ extern void (*input_handler) (char *);
 extern int input_fd;
 extern void (*after_char_processing_hook) (void);
 
-extern void cli_command_loop (void);
+extern void cli_command_loop (void *);
 
 #endif
This page took 0.031343 seconds and 4 git commands to generate.