diff options
Diffstat (limited to 'otr.h')
-rw-r--r-- | otr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ void otr_remove(const char *nick); void otr_rename(const char *onick, const char *nnick); /* called from account_add() */ -void otr_check_for_key(struct account *a); +int otr_check_for_key(struct account *a); /* called from imcb_buddy_msg() */ char *otr_handle_message(struct im_connection *ic, const char *handle, |