aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index f9e3053..f81e3f6 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -119,4 +119,7 @@ settings_init ();
static void
search_text (WebKitWebView *page, const char *param);
+static void
+run_js (WebKitWebView * web_view, const gchar *param);
+
/* vi: set et ts=4: */