Changeset 0529a7f for otr.h


Ignore:
Timestamp:
2008-02-12T00:08:43Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
3ffc53e
Parents:
e2b15bb
Message:

bugfix for compiling with otr disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.h

    re2b15bb r0529a7f  
    8181#define otr_rename(onick,nnick) {}
    8282#define otr_check_for_key(acc) {}
    83 #define otr_handle_msg(ic,handle,msg) (g_strdup(msg))
     83#define otr_handle_message(ic,handle,msg) (g_strdup(msg))
    8484#define otr_send_message(ic,h,m,f) (ic->acc->prpl->buddy_msg(ic,h,m,f))
    8585
Note: See TracChangeset for help on using the changeset viewer.