aboutsummaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h
index 4d7ec467..3b8fe3d3 100644
--- a/src/history.h
+++ b/src/history.h
@@ -14,7 +14,7 @@ void a_History_set_title_by_url(const DilloUrl *url, const char *title);
DilloUrl *a_History_get_url(int idx);
const char *a_History_get_title(int idx, int force);
const char *a_History_get_title_by_url(const DilloUrl *url, int force);
-void a_History_free(void);
+void a_History_freeall(void);
#ifdef __cplusplus