@@ -68,8 +68,8 @@ mhd_daemon_trigger_itc (struct MHD_Daemon *restrict d)
#endif /* MHD_USE_THREADS */
-MHD_INTERNAL
MHD_NORETURN_ // TODO: implement
+MHD_INTERNAL
MHD_FN_PAR_NONNULL_ALL_ void
mhd_daemon_resume_conns (struct MHD_Daemon *restrict d)
{
@@ -67,6 +67,7 @@ mhd_daemon_trigger_itc (struct MHD_Daemon *restrict d);
* Check whether any resuming connections are pending and resume them
* @param d the daemon to use
*/
+MHD_NORETURN_ // TODO: implement
MHD_INTERNAL void
MHD_FN_PAR_NONNULL_ALL_;