summaryrefslogtreecommitdiffstats
path: root/httpd/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 /httpd/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 'httpd/http_server.h')
-rw-r--r--httpd/http_server.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/httpd/http_server.h b/httpd/http_server.h
deleted file mode 100644
index 23b78da83..000000000
--- a/httpd/http_server.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef HTTP_SERVER_H
-#define HTTP_SERVER_H
-
-void *httpd_main(void * ptr);
-
-int httpd_is_enabled();
-
-#endif /* HTTP_SERVER_H */