aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitlbee.h b/bitlbee.h
index c118d7fc..7f5da5f2 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -136,6 +136,7 @@
#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. */
@@ -147,6 +148,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 );