summaryrefslogtreecommitdiff
path: root/include/gdb
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-15 16:23:19 +0000
committerMike Frysinger <vapier@gentoo.org>2011-04-15 16:23:19 +0000
commit7aeba69bcface02b84fdc521a66cfbb9237010be (patch)
tree8f856f893ddbf0aea40be22e6fffb089ecf30d1e /include/gdb
parent315b7be32ea824cf55ef951b2ab2db1d3f68e9e0 (diff)
downloadgdb-7aeba69bcface02b84fdc521a66cfbb9237010be.tar.gz
gdb: sim: add style fixes lost between git->cvs
Diffstat (limited to 'include/gdb')
-rw-r--r--include/gdb/remote-sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h
index 5f6000d83df..14a86a86662 100644
--- a/include/gdb/remote-sim.h
+++ b/include/gdb/remote-sim.h
@@ -278,6 +278,7 @@ void sim_do_command (SIM_DESC sd, char *cmd);
/* Complete a command based on the available sim commands. Returns an
array of possible matches. */
+
char **sim_complete_command (SIM_DESC sd, char *text, char *word);
#ifdef __cplusplus