summaryrefslogtreecommitdiffstats
path: root/src/lib/backtrace-string.h
blob: ef448d8c2f549fea98f453eae6358f70edf26fec (plain)
1
2
3
4
5
6
7
8
#ifndef BACKTRACE_STRING_H
#define BACKTRACE_STRING_H

/* Returns 0 if ok, -1 if failure. */
int backtrace_append(string_t *str);
int backtrace_get(const char **backtrace_r);

#endif