summaryrefslogtreecommitdiffstats
path: root/httpd/http_server.h
blob: 23b78da835cb4be41c1f9519b07c4f7d7f8212ca (plain)
1
2
3
4
5
6
7
8
9
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 */