diff options
Diffstat (limited to 'gdb/top.h')
-rw-r--r-- | gdb/top.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ extern char *lim_at_start; extern void gdb_add_history (const char *); -extern void show_commands (char *args, int from_tty); +extern void show_commands (const char *args, int from_tty); extern void set_history (const char *, int); |