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, 10 insertions, 0 deletions
diff --git a/httpd/http_server.h b/httpd/http_server.h
new file mode 100644
index 000000000..23b78da83
--- /dev/null
+++ b/httpd/http_server.h
@@ -0,0 +1,10 @@
+// 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 */