From 06d3c28efdeff1486c48dc799fb794ad9ca27779 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 12 Apr 2019 22:38:38 +0200 Subject: Fix name of liberror_save_backtrace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal.h') 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 *); -- cgit v1.2.3-70-g09d2