|
//
|
|
// Created by xajhuang on 2022/11/4.
|
|
//
|
|
|
|
#ifndef VCPE_PROJECT_HTTP_SVR_H
|
|
#define VCPE_PROJECT_HTTP_SVR_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#ifdef HTTPSERVER_ON
|
|
|
|
int http_svr_init();
|
|
|
|
#endif
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif //VCPE_PROJECT_HTTP_SVR_H
|