aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-05-24 13:57:52 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-05-24 13:57:52 +0200
commitcc614ab8e6ab94b79c7debb2315b4d69da439cee (patch)
treef413e4908545eb28999a242550c6d7048e3ef0f4 /uzbl.h
parente04be0ff37b5a7bf8d30564de19a7e28121ccf63 (diff)
added 'set' action
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/uzbl.h b/uzbl.h
index 9b1472d..d640492 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -390,11 +390,15 @@ static void
run_external_js (WebKitWebView * web_view, GArray *argv);
static void handle_cookies (SoupSession *session,
- SoupMessage *msg,
- gpointer user_data);
+ SoupMessage *msg,
+ gpointer user_data);
static void
save_cookies (SoupMessage *msg,
- gpointer user_data);
+ gpointer user_data);
+
+static void
+set_var(WebKitWebView *page, GArray *argv);
+
/* Command callbacks */
static void