libpurple/protocols/zephyr/ZFreeNot.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
equal deleted inserted replaced
43152:9d1565e94617 43153:2e4624a59df5
8 * "mit-copyright.h". 8 * "mit-copyright.h".
9 */ 9 */
10 10
11 #include "internal.h" 11 #include "internal.h"
12 12
13 Code_t ZFreeNotice(notice) 13 Code_t
14 ZNotice_t *notice; 14 ZFreeNotice(ZNotice_t *notice)
15 { 15 {
16 free(notice->z_packet); 16 free(notice->z_packet);
17 return 0; 17 return 0;
18 } 18 }

mercurial