diff options
Diffstat (limited to 'src/examples/mhd2spdy_http.h')
-rw-r--r-- | src/examples/mhd2spdy_http.h | 9 |
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 | |||
40 | void * http_log_cb(void * cls, const char * uri); | 41 | void * http_log_cb(void * cls, const char * uri); |
41 | 42 | ||
43 | |||
42 | void | 44 | void |
43 | http_create_response(struct Proxy* proxy, char **nv); | 45 | http_create_response(struct Proxy* proxy, char **nv); |
44 | 46 | ||
47 | |||
45 | #endif | 48 | #endif |