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.h8
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
41void * http_log_cb(void * cls, const char * uri); 41void * http_cb_log(void * cls, const char * uri);
42 42
43 43
44void 44void
45http_create_response(struct Proxy* proxy, char **nv); 45http_create_response(struct Proxy* proxy, char **nv);
46 46
47 47
48void
49http_cb_request_completed (void *cls,
50 struct MHD_Connection *connection,
51 void **con_cls,
52 enum MHD_RequestTerminationCode toe);
53
48#endif 54#endif