Changeset 434a2d0 for otr.h


Ignore:
Timestamp:
2013-12-05T09:20:22Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a8aa823
Parents:
943bda7 (diff), e73e165 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Exchange libotr 2.x compatibility for libotr 3.x compatibility, because that's
how annoying the libotr authors apparently want to be.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.h

    r943bda7 r434a2d0  
    88  OTR support (cf. http://www.cypherpunks.ca/otr/)
    99 
    10   2008, Sven Moritz Hallberg <pesco@khjk.org>
    11   (c) and funded by stonedcoder.org
     10  (c) 2008,2013 Sven Moritz Hallberg <pesco@khjk.org>
     11  funded by stonedcoder.org
    1212*/
    1313
     
    6666        /* keygen jobs waiting to be sent to slave */
    6767        kg_t *todo;
     68
     69        /* event timer for otrl_message_poll */
     70        gint timer;
    6871} otr_t;
    6972
Note: See TracChangeset for help on using the changeset viewer.