| 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) |