aboutsummaryrefslogtreecommitdiffstats
path: root/otr.h
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-16 16:20:58 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-16 16:20:58 +0100
commit3064ea42452e7e069bce9fc132ceb8ae4d7d11b4 (patch)
treea69101240b84ec3d16db70b8329dcc693509a5a7 /otr.h
parentdc9797f7ad4177dc72373ce71d375257fb0271a1 (diff)
rework keygen messages and add some notices
Diffstat (limited to 'otr.h')
-rw-r--r--otr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/otr.h b/otr.h
index 36e3b922..e5dddbb1 100644
--- a/otr.h
+++ b/otr.h
@@ -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,