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 82137e3..4779139 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -472,6 +472,9 @@ hardcopy(WebKitWebView *page, GArray *argv, GString *result);
void
include(WebKitWebView *page, GArray *argv, GString *result);
+void
+builtins(WebKitWebView *page, GArray *argv, GString *result);
+
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);
typedef struct {