aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 46a62bf0..41247270 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -115,7 +115,7 @@ typedef struct global_t {
int listen_socket;
help_t *help;
conf_t *conf;
- storage_t *storage;
+ GList *storage; /* The first backend in the list will be used for saving */
char *helpfile;
GMainLoop *loop;
} global_t;