#ifndef __SELFCARE_ENDECODE_H__ #define __SELFCARE_ENDECODE_H__ #ifdef __cplusplus extern "C" { #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "selfcare_httpsrv.h" #include "restapi.h" int selfcare_decode(struct evhttp_request *req, const SELFCARE_URL_E req_type, _rest_msg_s *msg); int selfcare_encode(const SELFCARE_URL_E req_type, const _rest_msg_s *udp_msg, char **buf); #ifdef __cplusplus } #endif #endif /* __SELFCARE_ENDECODE_H__ */