diff options
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index 669d9abcd28..0f054ba66f8 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -40,6 +40,8 @@ #define DEFAULT_DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING #endif +extern void _initialize_demangler PARAMS ((void)); + /* String name for the current demangling style. Set by the "set demangle-style" command, printed as part of the output by the "show demangle-style" command. */ |