libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit f1e6de457d33cea1c8e9a473c90bb415f046a525
parent cd5ad7aaadd8f169f79ba3564d49d7f2889093b8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri,  6 May 2022 22:25:43 +0300

internal.h: fixed static function placement

Diffstat:
Msrc/microhttpd/internal.h | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h @@ -2440,8 +2440,6 @@ MHD_check_response_header_token_ci (const struct MHD_Response *response, void internal_suspend_connection_ (struct MHD_Connection *connection); -#endif - /** * Trace up to and return master daemon. If the supplied daemon @@ -2463,3 +2461,6 @@ MHD_get_master (struct MHD_Daemon *const daemon) return ret; } + + +#endif