aboutsummaryrefslogtreecommitdiffstats
path: root/otr.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2013-12-05 09:20:22 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2013-12-05 09:20:22 +0000
commit434a2d0fdc34d9dd70b6001220a8597634efe65a (patch)
tree9d58b72ef208405784e849df3eb7451e8ef48559 /otr.h
parent943bda7dd7dee1de1295f1e927a55415c633bee6 (diff)
parente73e165ba007cd0e0960da2942f4b10334eaf4af (diff)
Exchange libotr 2.x compatibility for libotr 3.x compatibility, because that's
how annoying the libotr authors apparently want to be.
Diffstat (limited to 'otr.h')
-rw-r--r--otr.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/otr.h b/otr.h
index 41f54585..3962097e 100644
--- a/otr.h
+++ b/otr.h
@@ -7,8 +7,8 @@
/*
OTR support (cf. http://www.cypherpunks.ca/otr/)
- 2008, Sven Moritz Hallberg <pesco@khjk.org>
- (c) and funded by stonedcoder.org
+ (c) 2008,2013 Sven Moritz Hallberg <pesco@khjk.org>
+ funded by stonedcoder.org
*/
/*
@@ -65,6 +65,9 @@ typedef struct otr {
/* keygen jobs waiting to be sent to slave */
kg_t *todo;
+
+ /* event timer for otrl_message_poll */
+ gint timer;
} otr_t;
/* called from main() */