aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/variables.c
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-11-23 18:40:17 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-11-23 18:40:17 -0700
commitfd7cbacdf11d3c54f0e1ce72b43bdd2b9b2387f9 (patch)
treefafed60ab1b9037207fe48d5fa2f0042fd9a0cd7 /src/variables.c
parent31a000f55d13178fa440f852074bcb3593cdf8fa (diff)
parent38fd1f02bbdc5edda7daf8210a0d2b241bc9b412 (diff)
Merge commit '38fd1f02bbdc5edda7'
Diffstat (limited to 'src/variables.c')
-rw-r--r--src/variables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/variables.c b/src/variables.c
index ed76f95..7158faa 100644
--- a/src/variables.c
+++ b/src/variables.c
@@ -725,6 +725,7 @@ const struct var_name_to_ptr_t {
{ "authentication_handler", PTR_V_STR(uzbl.behave.authentication_handler, 1, set_authentication_handler)},
{ "scheme_handler", PTR_V_STR(uzbl.behave.scheme_handler, 1, NULL)},
+ { "request_handler", PTR_V_STR(uzbl.behave.request_handler, 1, NULL)},
{ "download_handler", PTR_V_STR(uzbl.behave.download_handler, 1, NULL)},
{ "fifo_dir", PTR_V_STR(uzbl.behave.fifo_dir, 1, set_fifo_dir)},