2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* log.c, log.h, memory.c: Change function name from zlog_backtrace_safe
to the more self-explanatory zlog_backtrace_sigsafe.
diff --git a/lib/log.h b/lib/log.h
index 0df75e7..17b24cd 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -132,6 +132,6 @@
called unless the program is about to exit or abort, since it messes
up the state of zlog file pointers. This function needs to be enhanced
to support syslog logging. */
-extern void zlog_backtrace_safe(int priority);
+extern void zlog_backtrace_sigsafe(int priority);
#endif /* _ZEBRA_LOG_H */