summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index ac91f97f0..8789f30e6 100644
--- a/render/html.h
+++ b/render/html.h
@@ -201,7 +201,7 @@ bool html_fetch_object(struct content *c, const char *url, struct box *box,
bool background);
void html_stop(struct content *c);
void html_open(struct content *c, struct browser_window *bw,
- struct content *page, unsigned int index, struct box *box,
+ struct content *page, struct box *box,
struct object_params *params);
void html_close(struct content *c);
void html_set_status(struct content *c, const char *extra);