aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-20 14:50:49 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-20 14:50:49 +0100
commitfef9c29ed78b87193ad951bf64e962bfa7cff0cd (patch)
tree0a9255ebed32c48520b256b32e17edca0a90cce0 /uzbl-core.h
parentb40b524072a4e72a209830d2060f99a210f93433 (diff)
generate BUITLINS event only once on startup
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 4779139..83fa4b2 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -473,7 +473,7 @@ void
include(WebKitWebView *page, GArray *argv, GString *result);
void
-builtins(WebKitWebView *page, GArray *argv, GString *result);
+builtins();
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);