src/protocols/zephyr/zephyr.c

changeset 5717
2f3a377de638
parent 5606
5551bcc7e59b
child 5872
754c63f29b77
equal deleted inserted replaced
5716:efb909926936 5717:2f3a377de638
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();

mercurial