vcpe/srcs/libs/include/http_svr.h

19 lines
262 B
C
Raw Normal View History

//
// 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
2022-12-02 06:42:37 +00:00
#endif //VCPE_PROJECT_HTTP_SVR_H