Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/aim.h

    r73cf7fd rb8ef1b1  
    728728};
    729729
    730 #define AIM_CHATFLAGS_NOREFLECT         0x0001
    731 #define AIM_CHATFLAGS_AWAY              0x0002
    732 #define AIM_CHATFLAGS_UNICODE           0x0004
    733 #define AIM_CHATFLAGS_ISO_8859_1        0x0008
    734 
     730#define AIM_CHATFLAGS_NOREFLECT 0x0001
     731#define AIM_CHATFLAGS_AWAY      0x0002
    735732int aim_chat_send_im(aim_session_t *sess, aim_conn_t *conn, guint16 flags, const char *msg, int msglen);
    736733int aim_chat_join(aim_session_t *sess, aim_conn_t *conn, guint16 exchange, const char *roomname, guint16 instance);
Note: See TracChangeset for help on using the changeset viewer.