aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index a9e8fe2..19a5887 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -474,6 +474,9 @@ void
include(WebKitWebView *page, GArray *argv, GString *result);
void
+show_inspector(WebKitWebView *page, GArray *argv, GString *result);
+
+void
builtins();
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);