Renamed "script" to "js".
[uzbl-mobile] / uzbl.h
diff --git a/uzbl.h b/uzbl.h
index 4ae42a6..0d8be65 100644 (file)
--- a/uzbl.h
+++ b/uzbl.h
@@ -360,6 +360,9 @@ search_reverse_text (WebKitWebView *page, const char *param);
 static void
 run_js (WebKitWebView * web_view, const gchar *param);
 
+static void
+run_external_js (WebKitWebView * web_view, const gchar *param);
+
 static void handle_cookies (SoupSession *session,
                                                        SoupMessage *msg,
                                                        gpointer     user_data);