2022-11-07 06:21:24 +00:00
|
|
|
//
|
|
|
|
// Created by xajhuang on 2022/11/4.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef VCPE_PROJECT_HTTP_SVR_H
|
|
|
|
#define VCPE_PROJECT_HTTP_SVR_H
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
int http_svr_init();
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2022-12-02 06:42:37 +00:00
|
|
|
#endif //VCPE_PROJECT_HTTP_SVR_H
|