]> andersk Git - libfaim.git/blobdiff - aim_buddylist.c
- The week prior to Fri Jun 16 19:37:09 UTC 2000
[libfaim.git] / aim_buddylist.c
index 04572b3356945c6ef8e9b858a03f7dad7e0741f2..affdb3ca5beb6979e41af9f365345a20492e56f7 100644 (file)
@@ -17,7 +17,7 @@ u_long aim_add_buddy(struct aim_session_t *sess,
    if(!sn)
      return -1;
 
-   if (!(newpacket = aim_tx_new(0x0002, conn, 10+1+strlen(sn))))
+   if (!(newpacket = aim_tx_new(AIM_FRAMETYPE_OSCAR, 0x0002, conn, 10+1+strlen(sn))))
      return -1;
 
    newpacket->lock = 1;
@@ -55,7 +55,7 @@ u_long aim_remove_buddy(struct aim_session_t *sess,
    if(!sn)
      return -1;
 
-   if (!(newpacket = aim_tx_new(0x0002, conn, 10+1+strlen(sn))))
+   if (!(newpacket = aim_tx_new(AIM_FRAMETYPE_OSCAR, 0x0002, conn, 10+1+strlen(sn))))
      return -1;
 
    newpacket->lock = 1;
This page took 0.286247 seconds and 4 git commands to generate.