aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-13 00:28:53 +0200
committerMattias Andrée <maandree@kth.se>2019-04-13 00:28:53 +0200
commitaa108230cc11eadb37443afe1ee51e6e88baddca (patch)
tree8ccedee39681ce49ffc170b15b68567b0b7217f7 /internal.h
parentFix makefile (diff)
downloadliberror-backtrace-aa108230cc11eadb37443afe1ee51e6e88baddca.tar.gz
liberror-backtrace-aa108230cc11eadb37443afe1ee51e6e88baddca.tar.bz2
liberror-backtrace-aa108230cc11eadb37443afe1ee51e6e88baddca.tar.xz
Fix
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 e2d1652..a2be394 100644
--- a/internal.h
+++ b/internal.h
@@ -22,4 +22,4 @@ struct liberror_backtrace {
void liberror_print_backtrace(struct liberror_error *, FILE *, const char *);
-int liberror_save_backtrace_(struct liberror_error *);
+int liberror_save_backtrace(struct liberror_error *);