aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-14 00:21:21 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-14 00:21:21 +0100
commit6aaa2213588f7c4c00a68c5622f6974679eaf196 (patch)
tree7aad536700d387bacd3003927e9ac3c531616259 /bitlbee.h
parentab4afbab829a4a5bf520d4e1425a743cdb8c4865 (diff)
parentd3307e281afdbed22a561eb2cd73f97a03e3073d (diff)
More work on the storage abstraction layer from Jelmer.
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;