1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

r2867: make call_backtrace() public

this is very usefull we you don't want to use smb_panic()

metze
This commit is contained in:
Stefan Metzmacher 2004-10-08 14:38:22 +00:00 committed by Gerald (Jerry) Carter
parent 3aa1a29897
commit 343b575baa

View File

@ -36,7 +36,7 @@ static struct {
#include <libexc.h>
#endif
static void call_backtrace(void)
void call_backtrace(void)
{
#ifdef HAVE_BACKTRACE
#define BACKTRACE_STACK_SIZE 64