aboutsummaryrefslogtreecommitdiff
path: root/src/history.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2010-04-23 12:15:55 -0400
committerJorge Arellano Cid <jcid@dillo.org>2010-04-23 12:15:55 -0400
commit9340e27725db390039fbda679af001542891ce19 (patch)
treee181438f0937837403d88875075c2ffa5846bdff /src/history.c
parent1b40d6342a64924426642cc742849a8172e25fb2 (diff)
Add const qualifier to a_History_get_url()
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.c b/src/history.c
index d90d457e..15ab19db 100644
--- a/src/history.c
+++ b/src/history.c
@@ -77,7 +77,7 @@ int a_History_add_url(DilloUrl *url)
/*
* Return the DilloUrl field (by index)
*/
-DilloUrl *a_History_get_url(int idx)
+const DilloUrl *a_History_get_url(int idx)
{
_MSG("a_History_get_url: ");
/* History_show(); */