summaryrefslogtreecommitdiff
path: root/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.h b/plugin.h
index 1025161..25bcaa3 100644
--- a/plugin.h
+++ b/plugin.h
@@ -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);