libpurple/protocols/zephyr/ZRecvNot.c

changeset 40628
4266008a7791
parent 40166
811f82db29dd
child 40643
1c9bdf8d3e85
equal deleted inserted replaced
40627:3d6797191bf5 40628:4266008a7791
12 12
13 Code_t 13 Code_t
14 ZReceiveNotice(ZNotice_t *notice, struct sockaddr_in *from) 14 ZReceiveNotice(ZNotice_t *notice, struct sockaddr_in *from)
15 { 15 {
16 char *buffer; 16 char *buffer;
17 struct _Z_InputQ *nextq; 17 Z_InputQ *nextq;
18 int len, auth; 18 int len, auth;
19 Code_t retval; 19 Code_t retval;
20 20
21 if ((retval = Z_WaitForComplete()) != ZERR_NONE) 21 if ((retval = Z_WaitForComplete()) != ZERR_NONE)
22 return (retval); 22 return (retval);

mercurial