diff options
Diffstat (limited to 'gdb/mingw-hdep.c')
-rw-r--r-- | gdb/mingw-hdep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/mingw-hdep.c b/gdb/mingw-hdep.c index 331708f..ed06c56 100644 --- a/gdb/mingw-hdep.c +++ b/gdb/mingw-hdep.c @@ -251,6 +251,9 @@ gdb_call_async_signal_handler (struct async_signal_handler *handler, SetEvent (sigint_event); } +/* -Wmissing-prototypes */ +extern initialize_file_ftype _initialize_mingw_hdep; + void _initialize_mingw_hdep (void) { |