comparison src/account.h @ 7065:493fe366c01f

[gaim-migrate @ 7629] Didn't mean to keep this in... committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 07:50:56 +0000
parents 7fdac700deb1
children 71e0da45abe6
comparison
equal deleted inserted replaced
7064:3fc2e843abfc 7065:493fe366c01f
43 struct _GaimAccountUiOps 43 struct _GaimAccountUiOps
44 { 44 {
45 void (*notify_added)(GaimAccount *account, const char *remote_user, 45 void (*notify_added)(GaimAccount *account, const char *remote_user,
46 const char *id, const char *alias, 46 const char *id, const char *alias,
47 const char *message); 47 const char *message);
48 void (*request_change_pass)(GaimAccount *account);
49 }; 48 };
50 49
51 struct _GaimAccount 50 struct _GaimAccount
52 { 51 {
53 char *username; /**< The username. */ 52 char *username; /**< The username. */