libpurple/protocols/zephyr/ZhmStat.c

changeset 40166
811f82db29dd
parent 31294
73607ab89c6f
child 40643
1c9bdf8d3e85
--- 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;

mercurial