aboutsummaryrefslogtreecommitdiff
path: root/src/include/microspdy.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-03-05 15:15:12 +0000
committerChristian Grothoff <christian@grothoff.org>2014-03-05 15:15:12 +0000
commit84fd3a8bbd7f17539cace88fbb8e79988f9743f9 (patch)
tree20d654a3393830bcdd9bb81a597c70015c768801 /src/include/microspdy.h
parent7393747fa3a532ce5d934a79b9e73a56afe7b9a5 (diff)
downloadlibmicrohttpd-84fd3a8bbd7f17539cace88fbb8e79988f9743f9.tar.gz
libmicrohttpd-84fd3a8bbd7f17539cace88fbb8e79988f9743f9.zip
-fix testspdy linker issue
Diffstat (limited to 'src/include/microspdy.h')
-rw-r--r--src/include/microspdy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microspdy.h b/src/include/microspdy.h
index a242e920..8b372fc4 100644
--- a/src/include/microspdy.h
+++ b/src/include/microspdy.h
@@ -852,7 +852,7 @@ SPDY_deinit (void);
852 */ 852 */
853_MHD_EXTERN void 853_MHD_EXTERN void
854SPDY_set_panic_func (SPDY_PanicCallback cb, 854SPDY_set_panic_func (SPDY_PanicCallback cb,
855 void *cls); 855 void *cls);
856 856
857 857
858/* Daemon functions */ 858/* Daemon functions */