Skip to content
Snippets Groups Projects
Commit 144a0a37 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

define display_backtrace() without void

parent 1cd43984
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
#ifndef BACKTRACE_H_
#define BACKTRACE_H_
void display_backtrace(void);
void display_backtrace();
void backtrace_handle_signal(siginfo_t *info);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment