demangle.h (cplus_demangle_v3_type): New prototype.

2002-02-02  H.J. Lu  (hjl@gnu.org)

	* demangle.h (cplus_demangle_v3_type): New prototype.

From-SVN: r49455
This commit is contained in:
H.J. Lu 2002-02-03 03:59:23 +00:00 committed by H.J. Lu
parent 0ea6f6a02a
commit 4437e4d46b
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-02 H.J. Lu (hjl@gnu.org)
* demangle.h (cplus_demangle_v3_type): New prototype.
2002-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.

View File

@ -127,6 +127,11 @@ cplus_demangle_name_to_style PARAMS ((const char *name));
extern char*
cplus_demangle_v3 PARAMS ((const char* mangled));
/* V3 ABI demangling entry points, defined in cp-demangle.c. Also
demagle types. */
extern char*
cplus_demangle_v3_type PARAMS ((const char* mangled));
extern char*
java_demangle_v3 PARAMS ((const char* mangled));