- Timestamp:
- 2005-11-08T23:06:46Z (19 years ago)
- Branches:
- master
- Children:
- 21d09ac
- Parents:
- 2095c57 (diff), 9c62a7c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- protocols/oscar
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/aim_internal.h
r2095c57 r68b50b5f 107 107 108 108 void aim_initsnachash(aim_session_t *sess); 109 aim_snacid_t aim_newsnac(aim_session_t *, aim_snac_t *newsnac);110 109 aim_snacid_t aim_cachesnac(aim_session_t *sess, const guint16 family, const guint16 type, const guint16 flags, const void *data, const int datalen); 111 110 aim_snac_t *aim_remsnac(aim_session_t *, aim_snacid_t id); -
protocols/oscar/snac.c
r2095c57 r68b50b5f 14 14 15 15 #include <aim.h> 16 17 static aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac); 16 18 17 19 /* … … 51 53 * list/hash. 52 54 */ 53 aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac)55 static aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac) 54 56 { 55 57 aim_snac_t *snac;
Note: See TracChangeset
for help on using the changeset viewer.