about summary refs log tree commit diff stats
path: root/src/include/backtrace.h
blob: b098d775728ebaad3cd416aea52cd0a624eb3a22 (plain) (blame)
1
2
3
4
5
6
#ifndef __BACKTRACE_H_
#define __BACKTRACE_H_

void ShowNativeBT(int log_minimum);

#endif // __BACKTRACE_H_