diff options
author | paul <paul> | 2003-06-04 09:40:54 +0000 |
---|---|---|
committer | paul <paul> | 2003-06-04 09:40:54 +0000 |
commit | b1cafeb826881570794c0c6dba3bedeb83618f09 (patch) | |
tree | 2b6d2034bc7b606b1a03c81d45eeee1f64f4a55f /lib/debug.h | |
parent | 0f6cc8d121baa121dc3e690e48fe40ab9d35b904 (diff) | |
download | quagga-b1cafeb826881570794c0c6dba3bedeb83618f09.tar.bz2 quagga-b1cafeb826881570794c0c6dba3bedeb83618f09.tar.xz |
Paul Jakma:
lib/debug.{c,h}: glibc backtrace printing function (from the glibc info page)
configure.ac: check for glibc backtrace and set define
lib/zebra.h: glibc backtrace support
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h new file mode 100644 index 00000000..44409042 --- /dev/null +++ b/lib/debug.h @@ -0,0 +1,3 @@ + +void debug_print_trace (int); + |