aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection_https.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection_https.h')
-rw-r--r--src/daemon/connection_https.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/connection_https.h b/src/daemon/connection_https.h
index ef6f5dc6..8a5cf380 100644
--- a/src/daemon/connection_https.h
+++ b/src/daemon/connection_https.h
@@ -29,7 +29,7 @@
29#include "internal.h" 29#include "internal.h"
30 30
31#if HTTPS_SUPPORT 31#if HTTPS_SUPPORT
32void MHD_set_https_calbacks (struct MHD_Connection *connection); 32void MHD_set_https_callbacks (struct MHD_Connection *connection);
33#endif 33#endif
34 34
35#endif 35#endif