aboutsummaryrefslogtreecommitdiff
path: root/demangle.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1999-08-30 19:34:50 +0200
committerJuan Cespedes <cespedes@debian.org>1999-08-30 19:34:50 +0200
commit1b9cfd6ad305ad909e8ff17139111a7c78f01464 (patch)
tree352a033cfd2ab78eab367c81f30b46ec5b886947 /demangle.h
parente3eb9aa37086f16c0c8c2778dcd8020a39a92564 (diff)
downloadltrace-1b9cfd6ad305ad909e8ff17139111a7c78f01464.tar.gz
Version: 0.3.8
* glibc-2.1 does no longer need `_GNU_SOURCE' defined to use <getopt.h> * Changed description of package; adopted Red Hat's one (thanks to whoever wrote it) * Close all the file descriptors used before executing program (close-on-exec) * Updated copyright file for new location /usr/share/common-licenses/GPL. * Used GNU autoconf instead of "uname" to guess host system type * Install man page in /usr/share/man instead of /usr/man * Added a few functions to /etc/ltrace.conf * Updated list of syscalls and signals to linux-2.2.12 * Fixed bugs in C++ demangle (Morten Eriksen <mortene@sim.no>) * New Standards-Version: 3.0.1 (but keeping docs in /usr/doc)
Diffstat (limited to 'demangle.h')
-rw-r--r--demangle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demangle.h b/demangle.h
index af2ed7e..8f4bb1d 100644
--- a/demangle.h
+++ b/demangle.h
@@ -4,7 +4,7 @@
extern char * cplus_demangle (const char *mangled, int options);
-char * my_demangle(char * function_name);
+const char * my_demangle(const char * function_name);
/* Options passed to cplus_demangle (in 2nd parameter). */