diff options
Diffstat (limited to 'src/bookmark.c')
-rw-r--r-- | src/bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmark.c b/src/bookmark.c index af37bfed..46b63672 100644 --- a/src/bookmark.c +++ b/src/bookmark.c @@ -71,7 +71,7 @@ void a_Bookmarks_chat_add(BrowserWindow *Bw, char *Cmd, char *answer) /* * Add the new bookmark through the bookmarks server */ -void a_Bookmarks_add(BrowserWindow *bw, DilloUrl *url) +void a_Bookmarks_add(BrowserWindow *bw, const DilloUrl *url) { const char *title; char *cmd; |