aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.h
diff options
context:
space:
mode:
authorGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-01-10 02:39:50 +0100
committerGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-01-10 02:39:50 +0100
commite1806cf413fbafa7dfef273ca4ced37e1918d080 (patch)
treedcbf0767fad00bd02c1b48791184890834988aca /src/callbacks.h
parent91e081938617e24dea672949c58b8dbad8d19630 (diff)
authentication_handler implementaion
Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.
Diffstat (limited to 'src/callbacks.h')
-rw-r--r--src/callbacks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/callbacks.h b/src/callbacks.h
index 3f318f2..7fe5c19 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -13,6 +13,9 @@ void
set_proxy_url();
void
+set_authentication_handler();
+
+void
set_icon();
void