--- common.h.orig 2026-03-06 02:14:57.000000000 +0800 +++ common.h 2026-07-27 23:35:24.000000000 +0800 @@ -200,7 +200,7 @@ extern const char* server_type; #if defined(__APPLE__) && (MAC_OS_X_VERSION_MIN_REQUIRED < 1080) -extern int hosts_ctl(); +extern int hosts_ctl(char*, char*, char*, char*); #endif /* sslh-fork.c */