Return gdbpy_ref from some Python string functions
[deliverable/binutils-gdb.git] / gdb / gdb-demangle.h
index 7d360ba8973ce4c5a7be6378f14d0702746baa53..d626b7128aa924ccb371f876abb0a5b6c179acf4 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic C++ demangling support for GDB.
-   Copyright (c) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,9 +28,6 @@ extern int demangle;
    DEMANGLE is zero, names are printed raw, i.e. DEMANGLE controls.  */
 extern int asm_demangle;
 
-/* Fake a "set demangle-style" command.  */
-extern void set_demangling_style (char *);
-
 /* Check if a character is one of the commonly used C++ marker characters.  */
 extern int is_cplus_marker (int);
 
This page took 0.024009 seconds and 4 git commands to generate.