I just happened to notice that this function was exclusively used in
server.c, and thus could be made static.
2010-07-06 Joel Brobecker <brobecker@adacore.com>
* server.c (myresume): Make static.
+2010-07-06 Joel Brobecker <brobecker@adacore.com>
+
+ * server.c (myresume): Make static.
+
2010-07-06 Tom Tromey <tromey@redhat.com>
* configure, config.in: Rebuild.
/* Resume inferior and wait for another event. In non-stop mode,
don't really wait here, but return immediatelly to the event
loop. */
-void
+static void
myresume (char *own_buf, int step, int sig)
{
struct thread_resume resume_info[2];