summaryrefslogtreecommitdiffstats
path: root/httpd/http_server.h
diff options
context:
space:
mode:
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 */