comparison libpurple/protocols/oscar/oscar.h @ 22856:ab2322195dab

Minor changes... mostly whitespace related. Also changed some functions in family_admin.c to be void instead of returning the same int every time, and fixed a tiny memleak in family_admin.c. Oh, I think there was a variable in family_icbm.c that was being redeclared inside of a block--functionally it was fine, but it could have led to confusion.
author Mark Doliner <mark@kingant.net>
date Mon, 05 May 2008 09:22:46 +0000
parents 979a81468e19
children 8f353a311895
comparison
equal deleted inserted replaced
22845:61e0bcbf31ab 22856:ab2322195dab
1348 int aim_icq_getstatusnote(OscarData *od, const char *uin, guint8 *note_hash, guint16 note_hash_len); 1348 int aim_icq_getstatusnote(OscarData *od, const char *uin, guint8 *note_hash, guint16 note_hash_len);
1349 1349
1350 1350
1351 /* 0x0017 - family_auth.c */ 1351 /* 0x0017 - family_auth.c */
1352 void aim_sendcookie(OscarData *, FlapConnection *, const guint16 length, const guint8 *); 1352 void aim_sendcookie(OscarData *, FlapConnection *, const guint16 length, const guint8 *);
1353 int aim_admin_changepasswd(OscarData *, FlapConnection *, const char *newpw, const char *curpw); 1353 void aim_admin_changepasswd(OscarData *, FlapConnection *, const char *newpw, const char *curpw);
1354 void aim_admin_reqconfirm(OscarData *od, FlapConnection *conn); 1354 void aim_admin_reqconfirm(OscarData *od, FlapConnection *conn);
1355 int aim_admin_getinfo(OscarData *od, FlapConnection *conn, guint16 info); 1355 void aim_admin_getinfo(OscarData *od, FlapConnection *conn, guint16 info);
1356 int aim_admin_setemail(OscarData *od, FlapConnection *conn, const char *newemail); 1356 void aim_admin_setemail(OscarData *od, FlapConnection *conn, const char *newemail);
1357 int aim_admin_setnick(OscarData *od, FlapConnection *conn, const char *newnick); 1357 void aim_admin_setnick(OscarData *od, FlapConnection *conn, const char *newnick);
1358 1358
1359 1359
1360 1360
1361 /* 0x0018 - family_alert.c */ 1361 /* 0x0018 - family_alert.c */
1362 struct aim_emailinfo 1362 struct aim_emailinfo