aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-12 22:00:35 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-12 22:00:35 -0600
commit1282b9cf99be29db65529eec3bfb14f6685b393b (patch)
treef851ef21a3d653106009354314c152d3a7854652 /src/uzbl-core.h
parentcd737560c394196a2fff99afe5acc8d5c4ccb93a (diff)
add a 'download' command that can download the current url or an arbitrary url
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index affd334..be8fccd 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -325,6 +325,7 @@ void show_inspector(WebKitWebView *page, GArray *argv, GString *result);
void add_cookie(WebKitWebView *page, GArray *argv, GString *result);
void delete_cookie(WebKitWebView *page, GArray *argv, GString *result);
void clear_cookies(WebKitWebView *pag, GArray *argv, GString *result);
+void download(WebKitWebView *pag, GArray *argv, GString *result);
void builtins();
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);