From d43791f8cf6334d3dcd70b8d569044e357d7c33c Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 27 Jan 2009 18:30:24 -0300 Subject: Implemented the tools button with CSS options. Also removed nav.h from html.cc --- src/history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/history.h') diff --git a/src/history.h b/src/history.h index da520c87..4d7ec467 100644 --- a/src/history.h +++ b/src/history.h @@ -10,7 +10,7 @@ extern "C" { #endif /* __cplusplus */ int a_History_add_url(DilloUrl *url); -int a_History_set_title(int idx, const char *title); +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); -- cgit v1.2.3