diff options
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |