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 67c1bda..c3fbc12 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -477,6 +477,9 @@ get_click_context();
void
hardcopy(WebKitWebView *page, GArray *argv, GString *result);
+void
+include(WebKitWebView *page, GArray *argv, GString *result);
+
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);
typedef struct {