diff options
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r-- | gdb/remote-utils.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index cbbdeaf..b55e32b 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -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; |