summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-07 01:45:54 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-07 01:45:54 +0100
commit11cbb4498b2da95ece2ad4ce940ca9cda8b479eb (patch)
tree8bc6f36a8164f2a6fd2f5c9601662f0ed6534592 /plugin.c
parentcd6ad28fb1d28f5d5a58c4f139b1619b6770f58e (diff)
export uh_http_header to plugins
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.c b/plugin.c
index 6a89761..ecf6660 100644
--- a/plugin.c
+++ b/plugin.c
@@ -26,6 +26,7 @@ static const struct uhttpd_ops ops = {
.path_match = uh_path_match,
.create_process = uh_create_process,
.get_process_vars = uh_get_process_vars,
+ .http_header = uh_http_header,
.client_error = uh_client_error,
.request_done = uh_request_done,
.chunk_write = uh_chunk_write,