Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Frysinger <vapier@gentoo.org>2011-04-15 20:23:19 +0400
committerMichael Frysinger <vapier@gentoo.org>2011-04-15 20:23:19 +0400
commit6f714140b5abb529251094775185659d5fed54a4 (patch)
tree0203677800162ed01a5a9e540af56b9e4ac8fd98 /include/gdb
parent48175be8e7a8a7625bb01fcc2a1c82bced0e8812 (diff)
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 5f6000d83..14a86a866 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