| 51 |
51 |
| 52 |
52 |
| 53 |
53 |
| 54 /* ok. this function used to take username/password, and return 0 on success. |
54 /* ok. this function used to take username/password, and return 0 on success. |
| 55 * now, it takes username/password, and returns NULL on error or a new gaim_connection |
55 * now, it takes username/password, and returns NULL on error or a new gaim_connection |
| 56 * on success. FIXME: should this modify the UI? or just sign in? */ |
56 * on success. */ |
| 57 struct gaim_connection *toc_login(char *username, char *password) |
57 struct gaim_connection *toc_login(char *username, char *password) |
| 58 { |
58 { |
| 59 char *config; |
59 char *config; |
| 60 struct in_addr *sin; |
60 struct in_addr *sin; |
| 61 struct aim_user *u; |
61 struct aim_user *u; |