libpurple/protocols/zephyr/ZhmStat.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
child 40643
1c9bdf8d3e85
equal deleted inserted replaced
43152:9d1565e94617 43153:2e4624a59df5
18 18
19 #ifndef INADDR_LOOPBACK 19 #ifndef INADDR_LOOPBACK
20 #define INADDR_LOOPBACK 0x7f000001 20 #define INADDR_LOOPBACK 0x7f000001
21 #endif 21 #endif
22 22
23 Code_t ZhmStat(hostaddr, notice) 23 Code_t
24 struct in_addr *hostaddr; 24 ZhmStat(struct in_addr *hostaddr, ZNotice_t *notice)
25 ZNotice_t *notice;
26 { 25 {
27 struct servent *sp; 26 struct servent *sp;
28 struct sockaddr_in sin; 27 struct sockaddr_in sin;
29 ZNotice_t req; 28 ZNotice_t req;
30 Code_t code; 29 Code_t code;

mercurial