aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index a6f34e4..104248a 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -459,6 +459,9 @@ menu_remove_link(WebKitWebView *page, GArray *argv, GString *result);
void
menu_remove_image(WebKitWebView *page, GArray *argv, GString *result);
+gint
+get_click_context();
+
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);
typedef struct {
Command function;