From 0c85c08d210e16bb10dc283b4a1478ce53c0c1b1 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 1 Sep 2010 01:18:21 +0200 Subject: Pluginify this thing a little bit. Not so much in the dynamically loadable sense of the word, more in a way that core files don't have to include otr.h. --- bitlbee.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index e312dc4c..656e059a 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -141,7 +141,6 @@ #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. */ @@ -153,7 +152,6 @@ 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