diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-05 22:59:49 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-05 22:59:49 +0000 |
commit | 22313024f80f7325a7253c64fe49cc6458df7dd4 (patch) | |
tree | e69df7f5f460cfe0163a54543f2c96eb36b6634c /storage.h | |
parent | 5e2615a2d8a5ae64161727f8a32f6f0949f3fee4 (diff) | |
parent | 7435ccf486eee2f60d6a8b2ab0029b8f4ce17ab7 (diff) |
Merging from Jelmer.
Diffstat (limited to 'storage.h')
-rw-r--r-- | storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,6 +61,6 @@ storage_status_t storage_remove (const char *nick, const char *password); storage_status_t storage_rename (const char *onick, const char *nnick, const char *password); void register_storage_backend(storage_t *); -GList *storage_init(const char *primary, char **migrate); +G_GNUC_MALLOC GList *storage_init(const char *primary, char **migrate); #endif /* __STORAGE_H__ */ |