aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-01 01:18:21 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-01 01:18:21 +0200
commit0c85c08d210e16bb10dc283b4a1478ce53c0c1b1 (patch)
tree4d7fb00a0467ba51337fdc84cacade43b6baab97 /bitlbee.h
parentf5c0d8e4dd3ce01945a6334a5d87c89a9f43b16b (diff)
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.
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h2
1 files changed, 0 insertions, 2 deletions
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 );