summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-27 18:30:24 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-27 18:30:24 -0300
commitd43791f8cf6334d3dcd70b8d569044e357d7c33c (patch)
treee13a314fb353bc0d75fcc0e3af5dd25fce321e99 /src/history.h
parent8d23bb6e0bf9bc32d9be7f92df4abdb68e3a7c70 (diff)
Implemented the tools button with CSS options. Also removed nav.h from html.cc
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 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);