From 6f714140b5abb529251094775185659d5fed54a4 Mon Sep 17 00:00:00 2001 From: Michael Frysinger Date: Fri, 15 Apr 2011 16:23:19 +0000 Subject: [PATCH] gdb: sim: add style fixes lost between git->cvs --- include/gdb/remote-sim.h | 1 + 1 file changed, 1 insertion(+) 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