Changes in otr.h [c347a12:934db064]
Legend:
- Unmodified
- Added
- Removed
-
otr.h
rc347a12 r934db064 8 8 OTR support (cf. http://www.cypherpunks.ca/otr/) 9 9 10 (c) 2008,2013Sven Moritz Hallberg <pesco@khjk.org>11 funded by stonedcoder.org10 2008, Sven Moritz Hallberg <pesco@khjk.org> 11 (c) and 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;71 68 } otr_t; 72 69
Note: See TracChangeset
for help on using the changeset viewer.