--- a/libpurple/protocols/zephyr/ZhmStat.c Sun Nov 10 04:58:08 2019 -0500 +++ b/libpurple/protocols/zephyr/ZhmStat.c Sun Nov 10 05:20:10 2019 -0500 @@ -20,9 +20,8 @@ #define INADDR_LOOPBACK 0x7f000001 #endif -Code_t ZhmStat(hostaddr, notice) - struct in_addr *hostaddr; - ZNotice_t *notice; +Code_t +ZhmStat(struct in_addr *hostaddr, ZNotice_t *notice) { struct servent *sp; struct sockaddr_in sin;