comparison src/multi.h @ 1355:04874e92af24

[gaim-migrate @ 1365] better handling of new user for probably use in reg dialog. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 22 Dec 2000 03:55:47 +0000
parents 3063e6743913
children 730a1a19b4cc
comparison
equal deleted inserted replaced
1354:6b0a7cea1dd1 1355:04874e92af24
69 }; 69 };
70 70
71 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ 71 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
72 extern GSList *connections; 72 extern GSList *connections;
73 73
74 struct aim_user *new_user(char *, int, int);
74 struct gaim_connection *new_gaim_conn(struct aim_user *); 75 struct gaim_connection *new_gaim_conn(struct aim_user *);
75 void destroy_gaim_conn(struct gaim_connection *); 76 void destroy_gaim_conn(struct gaim_connection *);
76 77
77 struct gaim_connection *find_gaim_conn_by_name(char *); 78 struct gaim_connection *find_gaim_conn_by_name(char *);
78 79