From 21539149b8bb628d89305873dcace871376db812 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Fri, 20 May 2011 10:39:36 -0400 Subject: eval_js should take const gchar *script --- src/uzbl-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uzbl-core.h') diff --git a/src/uzbl-core.h b/src/uzbl-core.h index 38f356f..ce42408 100644 --- a/src/uzbl-core.h +++ b/src/uzbl-core.h @@ -293,7 +293,7 @@ void dehilight (WebKitWebView *page, GArray *argv, GString *result); /* Javascript functions */ void run_js (WebKitWebView * web_view, GArray *argv, GString *result); void run_external_js (WebKitWebView * web_view, GArray *argv, GString *result); -void eval_js(WebKitWebView * web_view, gchar *script, GString *result, const gchar *script_file); +void eval_js(WebKitWebView *web_view, const gchar *script, GString *result, const gchar *script_file); /* Network functions */ void handle_authentication (SoupSession *session, -- cgit v1.2.3