diff options
Diffstat (limited to 'gdb/symfile-mem.c')
-rw-r--r-- | gdb/symfile-mem.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/symfile-mem.c b/gdb/symfile-mem.c index 0a9c8d9..e336350 100644 --- a/gdb/symfile-mem.c +++ b/gdb/symfile-mem.c @@ -208,6 +208,10 @@ try using the \"file\" command first.")); } + +/* Provide a prototype to silence -Wmissing-prototypes. */ +extern initialize_file_ftype _initialize_symfile_mem; + void _initialize_symfile_mem (void) { |