diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 03:21:11 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 03:21:11 +0100 |
commit | 59ab2afb144aaad7618fde69e81df40bc7241904 (patch) | |
tree | d26f9aa63e9815c4b0dacb129ba0b771a3c3faa4 /otr.h | |
parent | d858d2196a11910382d879527d117c8a181177fc (diff) |
fix compilation without otr support
Diffstat (limited to 'otr.h')
-rw-r--r-- | otr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ typedef void *OtrlMessageAppOps; #define otr_save(irc) {} #define otr_remove(nick) {} #define otr_rename(onick,nnick) {} -#define otr_check_for_key(acc) {} +#define otr_check_for_key(acc) (0) #define otr_handle_message(ic,handle,msg) (g_strdup(msg)) #define otr_send_message(ic,h,m,f) (ic->acc->prpl->buddy_msg(ic,h,m,f)) |