diff options
Diffstat (limited to 'src/microhttpd/connection_https.h')
-rw-r--r-- | src/microhttpd/connection_https.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.h b/src/microhttpd/connection_https.h index e91a84d3..142c8da8 100644 --- a/src/microhttpd/connection_https.h +++ b/src/microhttpd/connection_https.h | |||
@@ -35,7 +35,7 @@ | |||
35 | * | 35 | * |
36 | * @param connection which callbacks should be modified | 36 | * @param connection which callbacks should be modified |
37 | */ | 37 | */ |
38 | void | 38 | void |
39 | MHD_set_https_callbacks (struct MHD_Connection *connection); | 39 | MHD_set_https_callbacks (struct MHD_Connection *connection); |
40 | 40 | ||
41 | 41 | ||