diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-27 18:30:24 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-27 18:30:24 -0300 |
commit | d43791f8cf6334d3dcd70b8d569044e357d7c33c (patch) | |
tree | e13a314fb353bc0d75fcc0e3af5dd25fce321e99 /src/history.h | |
parent | 8d23bb6e0bf9bc32d9be7f92df4abdb68e3a7c70 (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.h | 2 |
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); |