Mercurial > pidgin
diff src/prpl.h @ 4491:3196d9044a45
[gaim-migrate @ 4766]
aim_user is dead. long live gaim_account.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Fri, 31 Jan 2003 13:03:47 +0000 |
| parents | 0c68d402f59f |
| children | 7521e29658bc |
line wrap: on
line diff
--- a/src/prpl.h Fri Jan 31 06:51:49 2003 +0000 +++ b/src/prpl.h Fri Jan 31 13:03:47 2003 +0000 @@ -113,7 +113,7 @@ * (i.e. the prpl says you can set your dir info, the ui shows a dialog and needs to call * set_dir in order to set it) */ - void (* login) (struct aim_user *); + void (* login) (struct gaim_account *); void (* close) (struct gaim_connection *); int (* send_im) (struct gaim_connection *, char *who, char *message, int len, int away); void (* set_info) (struct gaim_connection *, char *info); @@ -158,7 +158,7 @@ void (* keepalive) (struct gaim_connection *); /* new user registration */ - void (* register_user) (struct aim_user *); + void (* register_user) (struct gaim_account *); /* get "chat buddy" info and away message */ void (* get_cb_info) (struct gaim_connection *, int, char *who);
