diff options
Diffstat (limited to 'gdb/remote-est.c')
-rw-r--r-- | gdb/remote-est.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c index 93eddc9..a2c0f7c 100644 --- a/gdb/remote-est.c +++ b/gdb/remote-est.c @@ -168,6 +168,8 @@ est_open (char *args, int from_tty) monitor_open (args, &est_cmds, from_tty); } +extern initialize_file_ftype _initialize_est; /* -Wmissing-prototypes */ + void _initialize_est (void) { |