selfcare init

This commit is contained in:
zhangsz
2025-03-03 11:40:37 +08:00
parent 19f09dd7ea
commit aca2bace68
692 changed files with 273972 additions and 0 deletions

23
proxy_c/selfcare_proxy.h Normal file
View File

@@ -0,0 +1,23 @@
#ifndef __SELFCARE_PROXY_H__
#define __SELFCARE_PROXY_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "selfcare_httpsrv.h"
#include "selfcare_config.h"
int selfcare_proxy_init(int argc, char **argv);
void selfcare_proxy_uninit(void);
#ifdef __cplusplus
}
#endif
#endif /* __SELFCARE_PROXY_H__ */