From 764c7d1009feda7db971ea7ac6bcb2a4acef0efc Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Sun, 3 Feb 2008 22:30:03 +0100 Subject: OTR support, first checkin --- bitlbee.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index 23ec64b1..b60d4b90 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -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 ); -- cgit v1.2.3