Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/src/multi.h Fri Dec 22 03:14:27 2000 +0000 +++ b/src/multi.h Fri Dec 22 03:55:47 2000 +0000 @@ -71,6 +71,7 @@ /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ extern GSList *connections; +struct aim_user *new_user(char *, int, int); struct gaim_connection *new_gaim_conn(struct aim_user *); void destroy_gaim_conn(struct gaim_connection *);
