| 422:8ceedb2dab14 | 423:3b1668d30afc |
|---|---|
| 36 #include <time.h> | 36 #include <time.h> |
| 37 #include <sys/socket.h> | 37 #include <sys/socket.h> |
| 38 #include "gaim.h" | 38 #include "gaim.h" |
| 39 #include "gnome_applet_mgr.h" | 39 #include "gnome_applet_mgr.h" |
| 40 | 40 |
| 41 #ifndef USE_OSCAR | |
| 42 | 41 |
| 43 | 42 |
| 44 /* descriptor for talking to TOC */ | 43 /* descriptor for talking to TOC */ |
| 45 static int toc_fd; | 44 static int toc_fd; |
| 46 static int seqno; | 45 static int seqno; |
| 824 if (res) | 823 if (res) |
| 825 return buf; | 824 return buf; |
| 826 else | 825 else |
| 827 return NULL; | 826 return NULL; |
| 828 } | 827 } |
| 829 | |
| 830 #endif /* USE_OSCAR */ | |
| 831 | 828 |
| 832 void toc_build_config(char *s, int len) | 829 void toc_build_config(char *s, int len) |
| 833 { | 830 { |
| 834 GList *grp = groups; | 831 GList *grp = groups; |
| 835 GList *mem; | 832 GList *mem; |