Implement MI notification for new threads.
[deliverable/binutils-gdb.git] / gdb / tui / tui-interp.c
index 9abecd4c0b4afef2430cb41f90c068a562342649..ca2e7436beaf1ddd55123893f903edc3c871d8ec 100644 (file)
@@ -48,7 +48,7 @@ tui_exit (void)
 /* These implement the TUI interpreter.  */
 
 static void *
-tui_init (void)
+tui_init (int top_level)
 {
   /* Install exit handler to leave the screen in a good shape.  */
   atexit (tui_exit);
This page took 0.031975 seconds and 4 git commands to generate.