diff options
Diffstat (limited to 'src/examples/mhd2spdy_http.h')
-rw-r--r-- | src/examples/mhd2spdy_http.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/examples/mhd2spdy_http.h b/src/examples/mhd2spdy_http.h index 240959cf..7abfb14c 100644 --- a/src/examples/mhd2spdy_http.h +++ b/src/examples/mhd2spdy_http.h | |||
@@ -38,11 +38,17 @@ http_cb_request (void *cls, | |||
38 | void **ptr); | 38 | void **ptr); |
39 | 39 | ||
40 | 40 | ||
41 | void * http_log_cb(void * cls, const char * uri); | 41 | void * http_cb_log(void * cls, const char * uri); |
42 | 42 | ||
43 | 43 | ||
44 | void | 44 | void |
45 | http_create_response(struct Proxy* proxy, char **nv); | 45 | http_create_response(struct Proxy* proxy, char **nv); |
46 | 46 | ||
47 | 47 | ||
48 | void | ||
49 | http_cb_request_completed (void *cls, | ||
50 | struct MHD_Connection *connection, | ||
51 | void **con_cls, | ||
52 | enum MHD_RequestTerminationCode toe); | ||
53 | |||
48 | #endif | 54 | #endif |