aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mhd2spdy_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/mhd2spdy_http.h')
-rw-r--r--src/examples/mhd2spdy_http.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/examples/mhd2spdy_http.h b/src/examples/mhd2spdy_http.h
index 78685c69..240959cf 100644
--- a/src/examples/mhd2spdy_http.h
+++ b/src/examples/mhd2spdy_http.h
@@ -36,10 +36,13 @@ http_cb_request (void *cls,
36 const char *upload_data, 36 const char *upload_data,
37 size_t *upload_data_size, 37 size_t *upload_data_size,
38 void **ptr); 38 void **ptr);
39 39
40
40void * http_log_cb(void * cls, const char * uri); 41void * http_log_cb(void * cls, const char * uri);
41 42
43
42void 44void
43http_create_response(struct Proxy* proxy, char **nv); 45http_create_response(struct Proxy* proxy, char **nv);
44 46
47
45#endif 48#endif