diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-03 22:30:03 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-03 22:30:03 +0100 |
commit | 764c7d1009feda7db971ea7ac6bcb2a4acef0efc (patch) | |
tree | f156da4743548d36d0c8ab62633f133c5217fbd5 /bitlbee.h | |
parent | b5c8a34aeff244ffe7a9f4bd5edf827495d0deea (diff) |
OTR support, first checkin
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,7 @@ extern char *CONF_FILE; #include "sock.h" #include "misc.h" #include "proxy.h" +#include "otr.h" typedef struct global { /* In forked mode, child processes store the fd of the IPC socket here. */ @@ -142,6 +143,7 @@ typedef struct global { GList *storage; /* The first backend in the list will be used for saving */ char *helpfile; int restart; + OtrlMessageAppOps otr_ops; /* collects interface functions required by OTR */ } global_t; int bitlbee_daemon_init( void ); |