diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-07 01:45:54 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-07 01:45:54 +0100 |
commit | 11cbb4498b2da95ece2ad4ce940ca9cda8b479eb (patch) | |
tree | 8bc6f36a8164f2a6fd2f5c9601662f0ed6534592 /plugin.h | |
parent | cd6ad28fb1d28f5d5a58c4f139b1619b6770f58e (diff) |
export uh_http_header to plugins
Diffstat (limited to 'plugin.h')
-rw-r--r-- | plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ struct uhttpd_ops { void (*cb)(struct client *cl, struct path_info *pi, char *url)); struct env_var *(*get_process_vars)(struct client *cl, struct path_info *pi); + void (*http_header)(struct client *cl, int code, const char *summary); void (*client_error)(struct client *cl, int code, const char *summary, const char *fmt, ...); void (*request_done)(struct client *cl); void (*chunk_write)(struct client *cl, const void *data, int len); |