| 30 #include <string.h> |
30 #include <string.h> |
| 31 #include <stdlib.h> |
31 #include <stdlib.h> |
| 32 #include <errno.h> |
32 #include <errno.h> |
| 33 #include "gaim.h" |
33 #include "gaim.h" |
| 34 #include "prpl.h" |
34 #include "prpl.h" |
| |
35 #include "multi.h" |
| 35 #include "zephyr/zephyr.h" |
36 #include "zephyr/zephyr.h" |
| 36 |
37 |
| 37 extern Code_t ZGetLocations(ZLocations_t *, int *); |
38 extern Code_t ZGetLocations(ZLocations_t *, int *); |
| 38 extern Code_t ZSetLocation(char *); |
39 extern Code_t ZSetLocation(char *); |
| 39 extern Code_t ZUnsetLocation(); |
40 extern Code_t ZUnsetLocation(); |