Mercurial > pidgin
comparison src/toc.c @ 1038:daad2440a642
[gaim-migrate @ 1048]
i have homework i need to be doing. it's due in less than 7 hours, and i haven't started and i need to sleep.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 31 Oct 2000 10:49:53 +0000 |
| parents | 643a4d81c18a |
| children | 713b0e14e0a9 |
comparison
equal
deleted
inserted
replaced
| 1037:1c663beef29d | 1038:daad2440a642 |
|---|---|
| 44 #include "pixmaps/aol_icon.xpm" | 44 #include "pixmaps/aol_icon.xpm" |
| 45 #include "pixmaps/away_icon.xpm" | 45 #include "pixmaps/away_icon.xpm" |
| 46 #include "pixmaps/dt_icon.xpm" | 46 #include "pixmaps/dt_icon.xpm" |
| 47 #include "pixmaps/free_icon.xpm" | 47 #include "pixmaps/free_icon.xpm" |
| 48 | 48 |
| 49 #define REVISION "gaim:$Revision: 1042 $" | 49 #define REVISION "gaim:$Revision: 1048 $" |
| 50 | 50 |
| 51 struct toc_data { | 51 struct toc_data { |
| 52 int toc_fd; | 52 int toc_fd; |
| 53 int seqno; | 53 int seqno; |
| 54 int state; | 54 int state; |
| 1163 ret->add_buddy = toc_add_buddy; | 1163 ret->add_buddy = toc_add_buddy; |
| 1164 ret->add_buddies = toc_add_buddies; | 1164 ret->add_buddies = toc_add_buddies; |
| 1165 ret->remove_buddy = toc_remove_buddy; | 1165 ret->remove_buddy = toc_remove_buddy; |
| 1166 ret->add_permit = NULL; /* FIXME */ | 1166 ret->add_permit = NULL; /* FIXME */ |
| 1167 ret->add_deny = NULL; | 1167 ret->add_deny = NULL; |
| 1168 ret->rem_permit = NULL; | |
| 1169 ret->rem_deny = NULL; | |
| 1170 ret->set_permit_deny = NULL; | |
| 1168 ret->warn = toc_warn; | 1171 ret->warn = toc_warn; |
| 1169 ret->accept_chat = toc_accept_chat; | 1172 ret->accept_chat = toc_accept_chat; |
| 1170 ret->join_chat = toc_join_chat; | 1173 ret->join_chat = toc_join_chat; |
| 1171 ret->chat_invite = toc_chat_invite; | 1174 ret->chat_invite = toc_chat_invite; |
| 1172 ret->chat_leave = toc_chat_leave; | 1175 ret->chat_leave = toc_chat_leave; |
