Changes in otr.h [934db064:c347a12]
Legend:
- Unmodified
- Added
- Removed
-
otr.h
r934db064 rc347a12 8 8 OTR support (cf. http://www.cypherpunks.ca/otr/) 9 9 10 2008,Sven Moritz Hallberg <pesco@khjk.org>11 (c) andfunded by stonedcoder.org10 (c) 2008,2013 Sven Moritz Hallberg <pesco@khjk.org> 11 funded by stonedcoder.org 12 12 */ 13 13 … … 66 66 /* keygen jobs waiting to be sent to slave */ 67 67 kg_t *todo; 68 69 /* event timer for otrl_message_poll */ 70 gint timer; 68 71 } otr_t; 69 72
Note: See TracChangeset
for help on using the changeset viewer.