Files
xfrpc/plugins/httpd.h
staylightblow8 46e3f7df6b plugin: add httpd plugin
Signed-off-by: staylightblow8 <liudf0716@gmail.com>
2023-12-03 13:03:21 +08:00

8 lines
118 B
C

#ifndef _HTTPD_H
#define _HTTPD_H
#include "../client.h"
void start_httpd_service(struct proxy_service *ps);
#endif