Improve documentation of which shell is used by GDB's shell commands
[deliverable/binutils-gdb.git] / gdb / remote-notif.c
index b6e70a4348063fe06556282782f4018db67a7477..2e5f124284ba57265738a232803add4cb173c06a 100644 (file)
 #include "remote.h"
 #include "remote-notif.h"
 #include "observable.h"
-#include "event-loop.h"
+#include "gdbsupport/event-loop.h"
 #include "target.h"
 #include "inferior.h"
 #include "infrun.h"
 #include "gdbcmd.h"
+#include "async-event.h"
 
 bool notif_debug = false;
 
@@ -237,8 +238,9 @@ remote_notif_state::~remote_notif_state ()
     delete pending_event[i];
 }
 
+void _initialize_notif ();
 void
-_initialize_notif (void)
+_initialize_notif ()
 {
   add_setshow_boolean_cmd ("notification", no_class, &notif_debug,
                           _("\
This page took 0.02358 seconds and 4 git commands to generate.