aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-12 22:38:38 +0200
committerMattias Andrée <maandree@kth.se>2019-04-12 22:38:38 +0200
commit06d3c28efdeff1486c48dc799fb794ad9ca27779 (patch)
tree5b3f490914f64ee99587af4b51f11f1717de5b7e /internal.h
parentAdd support for extended details (diff)
downloadliberror-06d3c28efdeff1486c48dc799fb794ad9ca27779.tar.gz
liberror-06d3c28efdeff1486c48dc799fb794ad9ca27779.tar.bz2
liberror-06d3c28efdeff1486c48dc799fb794ad9ca27779.tar.xz
Fix name of liberror_save_backtrace
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index a77aa43..eb122ed 100644
--- a/internal.h
+++ b/internal.h
@@ -31,4 +31,4 @@ HIDDEN extern _Thread_local struct liberror_error liberror_error_;
HIDDEN extern _Thread_local int liberror_have_error_;
-int liberror_save_backtrace_(struct liberror_error *);
+int liberror_save_backtrace(struct liberror_error *);