]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-utils.c
See gdb ChangeLog entry with header:
[thirdparty/binutils-gdb.git] / gdb / remote-utils.c
index cbbdeaf2d01839da0d2e41dbd0d3da6d114c2d4c..b55e32bdacb2db5ea6bbbcf59f3d8b3352ca5255 100644 (file)
@@ -69,6 +69,9 @@ struct _sr_settings sr_settings = {
 
 struct gr_settings *gr_settings = NULL;
 
+static void usage PARAMS ((char *, char *));
+static void sr_com PARAMS ((char *, int));
+
 static void
 usage(proto, junk)
      char *proto;
@@ -380,7 +383,7 @@ sr_get_hex_word ()
    prompt from the remote is seen.
    FIXME: Can't handle commands that take input.  */
 
-void
+static void
 sr_com (args, fromtty)
      char *args;
      int fromtty;