summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/http_server.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-20 04:50:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-20 04:50:01 +0000
commitcd4377fab21e0f500bef7f06543fa848a039c1e0 (patch)
treeba00a55e430c052d6bed0b61c0f8bbe8ebedd313 /web/server/h2o/http_server.h
parentReleasing debian version 1.40.1-1. (diff)
downloadnetdata-cd4377fab21e0f500bef7f06543fa848a039c1e0.tar.xz
netdata-cd4377fab21e0f500bef7f06543fa848a039c1e0.zip
Merging upstream version 1.41.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--web/server/h2o/http_server.h (renamed from httpd/http_server.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/http_server.h b/web/server/h2o/http_server.h
index 23b78da83..c9e6f0c53 100644
--- a/httpd/http_server.h
+++ b/web/server/h2o/http_server.h
@@ -3,7 +3,7 @@
#ifndef HTTP_SERVER_H
#define HTTP_SERVER_H
-void *httpd_main(void * ptr);
+void *h2o_main(void * ptr);
int httpd_is_enabled();