aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands.h
diff options
context:
space:
mode:
authorGravatar David Keijser <keijser@gmail.com>2011-05-25 06:46:55 +0200
committerGravatar David Keijser <keijser@gmail.com>2011-05-25 06:54:17 +0200
commit8960722f64afdd1bdf2ad3a0ee2546a322fb30c6 (patch)
tree72a2690b3c15468a7081814bb78e53aa0c2dc7cf /src/commands.h
parent4bba1396255a1797c57c0b4edcfc4dae5e7ef237 (diff)
two more commands from uzbl-core
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index 6cb10b5..b8cf095 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -62,5 +62,7 @@ void run_js (WebKitWebView * web_view, GArray *argv, GString *result);
void run_external_js (WebKitWebView * web_view, GArray *argv, GString *result);
void toggle_zoom_type (WebKitWebView* page, GArray *argv, GString *result);
void toggle_status (WebKitWebView* page, GArray *argv, GString *result);
+void act_dump_config(WebKitWebView* page, GArray *argv, GString *result);
+void act_dump_config_as_events(WebKitWebView* page, GArray *argv, GString *result);
#endif