diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index cf41b40ae7a..b8ced919847 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -39,6 +39,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Prototypes */ +extern void _initialize_remote_sim PARAMS ((void)); + extern int (*ui_loop_hook) PARAMS ((int signo)); static void dump_mem PARAMS ((char *buf, int len)); |