aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitlbee.h b/bitlbee.h
index a137ae43..e312dc4c 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -141,6 +141,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. */
@@ -152,6 +153,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 );
@@ -162,6 +164,7 @@ gboolean bitlbee_io_current_client_write( gpointer data, gint source, b_input_co
void root_command_string( irc_t *irc, char *command );
void root_command( irc_t *irc, char *command[] );
+gboolean root_command_add( const char *command, int params, void (*func)(irc_t *, char **args), int flags );
gboolean cmd_identify_finish( gpointer data, gint fd, b_input_condition cond );
gboolean bitlbee_shutdown( gpointer data, gint fd, b_input_condition cond );