libpurple/protocols/zephyr/ZAsyncLocate.c

changeset 40474
1341be8e3402
parent 40166
811f82db29dd
child 40643
1c9bdf8d3e85
equal deleted inserted replaced
40473:b94aff775501 40474:1341be8e3402
7 * For copying and distribution information, see the file 7 * For copying and distribution information, see the file
8 * "mit-copyright.h". 8 * "mit-copyright.h".
9 */ 9 */
10 10
11 #include "internal.h" 11 #include "internal.h"
12 #include "util.h" 12
13 #include <purple.h>
13 14
14 Code_t 15 Code_t
15 ZRequestLocations(const char *user, ZAsyncLocateData_t *zald, 16 ZRequestLocations(const char *user, ZAsyncLocateData_t *zald,
16 ZNotice_Kind_t kind, /* UNSAFE, UNACKED, or ACKED */ 17 ZNotice_Kind_t kind, /* UNSAFE, UNACKED, or ACKED */
17 Z_AuthProc auth) 18 Z_AuthProc auth)

mercurial