aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitlbee.h b/bitlbee.h
index e459f07d..b43159d0 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -120,6 +120,7 @@ typedef struct global {
GList *storage; /* The first backend in the list will be used for saving */
char *helpfile;
GMainLoop *loop;
+ int restart;
} global_t;
int bitlbee_daemon_init( void );