aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitlbee.h b/bitlbee.h
index be58ad07..0bd7c90e 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -111,7 +111,8 @@ extern char *CONF_FILE;
#include "query.h"
#include "sock.h"
-typedef struct global_t {
+typedef struct global {
+ /* In forked mode, child processes store the fd of the IPC socket here. */
int listen_socket;
gint listen_watch_source_id;
help_t *help;