src/toc.c

changeset 976
553a33f54fe2
parent 975
b1557c114193
child 978
e78b61c3a443
equal deleted inserted replaced
975:b1557c114193 976:553a33f54fe2
37 #include <sys/socket.h> 37 #include <sys/socket.h>
38 #include "multi.h" 38 #include "multi.h"
39 #include "gaim.h" 39 #include "gaim.h"
40 #include "gnome_applet_mgr.h" 40 #include "gnome_applet_mgr.h"
41 41
42 #define REVISION "gaim:$Revision: 985 $" 42 #define REVISION "gaim:$Revision: 986 $"
43 43
44 44
45 static unsigned int peer_ver=0; 45 static unsigned int peer_ver=0;
46 #ifdef _WIN32 46 #ifdef _WIN32
47 static int win32_r; 47 static int win32_r;
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;

mercurial