aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-03 16:20:13 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-03 16:20:13 +0100
commit849aacc54869eb047c710467802ef8aaa5fbc522 (patch)
tree6d759db8dbf524d6fe09846a09748bb0cbe045c7 /uzbl-core.h
parent77e2abd3d243d2edf57a4bfa63ffcd525a3fc478 (diff)
added include command
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 {