Changeset 59ab2af


Ignore:
Timestamp:
2008-02-17T02:21:11Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
9e64011
Parents:
d858d21
Message:

fix compilation without otr support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.h

    rd858d21 r59ab2af  
    108108#define otr_remove(nick) {}
    109109#define otr_rename(onick,nnick) {}
    110 #define otr_check_for_key(acc) {}
     110#define otr_check_for_key(acc) (0)
    111111#define otr_handle_message(ic,handle,msg) (g_strdup(msg))
    112112#define otr_send_message(ic,h,m,f) (ic->acc->prpl->buddy_msg(ic,h,m,f))
Note: See TracChangeset for help on using the changeset viewer.