liudf0716 / xfrpc

The xfrpc project is a lightweight implementation of the FRP client written in C language for OpenWRT and IoT systems. It is designed to provide an efficient solution for resource-constrained devices such as OpenWRT routers and IoT devices, which often have limited ROM and RAM space.
GNU General Public License v3.0
712 stars 89 forks source link

GCC14 failure #55

Open neheb opened 3 months ago

neheb commented 3 months ago
xfrpc.c: In function 'start_xfrpc_local_service':
xfrpc.c:70:33: error: implicit declaration of function 'start_youtubedl_service'; did you mean 'start_httpd_service'? [-Wimplicit-function-declaration]
   70 |                                 start_youtubedl_service(ps->local_port);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~
      |                                 start_httpd_service

missing header.