Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/aim.h

    rb8ef1b1 r66c57924  
    466466int aim_addtlvtochain_caps(aim_tlvlist_t **list, const guint16 t, const guint32 caps);
    467467int aim_addtlvtochain_noval(aim_tlvlist_t **list, const guint16 type);
    468 int aim_addtlvtochain_chatroom(aim_tlvlist_t **list, guint16 type, guint16 exchange, const char *roomname, guint16 instance);
    469468int aim_addtlvtochain_userinfo(aim_tlvlist_t **list, guint16 type, aim_userinfo_t *ui);
    470469int aim_addtlvtochain_frozentlvlist(aim_tlvlist_t **list, guint16 type, aim_tlvlist_t **tl);
     
    573572};
    574573
    575 struct aim_chat_invitation {
    576         struct gaim_connection * gc;
    577         char * name;
    578         guint8 exchange;
    579 };
    580574
    581575#define AIM_VISIBILITYCHANGE_PERMITADD    0x05
Note: See TracChangeset for help on using the changeset viewer.