aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 0b31bbc1..88081e45 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -33,6 +33,9 @@
/* Depend on Windows 2000 for now since we need getaddrinfo() */
#define _WIN32_WINNT 0x0501
+/* Depend on Windows 2000 for now since we need getaddrinfo() */
+#define _WIN32_WINNT 0x0501
+
#define PACKAGE "BitlBee"
#define BITLBEE_VERSION "1.2.6"
#define VERSION BITLBEE_VERSION
@@ -140,6 +143,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. */
@@ -151,6 +155,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 );