Mercurial > pidgin
comparison src/protocols/toc/toc.c @ 2501:227cc42ffa6e
[gaim-migrate @ 2514]
i should have hidden something ultra-secret in this.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 14 Oct 2001 11:36:36 +0000 |
| parents | b72143059ad4 |
| children | e7478176e760 |
comparison
equal
deleted
inserted
replaced
| 2500:1697ecbf1bcc | 2501:227cc42ffa6e |
|---|---|
| 76 #define IMAGE_UID "09461345-4C7F-11D1-8222-444553540000" | 76 #define IMAGE_UID "09461345-4C7F-11D1-8222-444553540000" |
| 77 #define B_ICON_UID "09461346-4C7F-11D1-8222-444553540000" | 77 #define B_ICON_UID "09461346-4C7F-11D1-8222-444553540000" |
| 78 #define STOCKS_UID "09461347-4C7F-11D1-8222-444553540000" | 78 #define STOCKS_UID "09461347-4C7F-11D1-8222-444553540000" |
| 79 #define FILE_GET_UID "09461348-4C7F-11D1-8222-444553540000" | 79 #define FILE_GET_UID "09461348-4C7F-11D1-8222-444553540000" |
| 80 #define GAMES_UID "0946134a-4C7F-11D1-8222-444553540000" | 80 #define GAMES_UID "0946134a-4C7F-11D1-8222-444553540000" |
| 81 | |
| 82 #define UC_AOL 0x02 | |
| 83 #define UC_ADMIN 0x04 | |
| 84 #define UC_UNCONFIRMED 0x08 | |
| 85 #define UC_NORMAL 0x10 | |
| 81 | 86 |
| 82 struct ft_request { | 87 struct ft_request { |
| 83 struct gaim_connection *gc; | 88 struct gaim_connection *gc; |
| 84 char *user; | 89 char *user; |
| 85 char UID[2048]; | 90 char UID[2048]; |
| 1319 if (gc->permdeny != 4) | 1324 if (gc->permdeny != 4) |
| 1320 return; | 1325 return; |
| 1321 toc_set_permit_deny(gc); | 1326 toc_set_permit_deny(gc); |
| 1322 } | 1327 } |
| 1323 | 1328 |
| 1324 static GList *toc_away_states() | 1329 static GList *toc_away_states(struct gaim_connection *gc) |
| 1325 { | 1330 { |
| 1326 return g_list_append(NULL, GAIM_AWAY_CUSTOM); | 1331 return g_list_append(NULL, GAIM_AWAY_CUSTOM); |
| 1327 } | 1332 } |
| 1328 | 1333 |
| 1329 static void toc_do_action(struct gaim_connection *gc, char *act) | 1334 static void toc_do_action(struct gaim_connection *gc, char *act) |
