diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-12 14:11:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2007-10-12 14:11:32 +0200 |
commit | c78c03298b5fd99999dcafeb1e1c377a62d03019 (patch) | |
tree | db57e1562513006c17a3d03a7cdf8ffd71fbb611 /storage.h | |
parent | d444c09e6c7ac6fc3c1686af0e63c09805d8cd00 (diff) |
Add GCC attributes.
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__ */ |