Changeset d628339 for storage.h


Ignore:
Timestamp:
2015-06-08T01:13:47Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
c82a88d
Parents:
dcfa886
Message:

Don't fail config load if a protocol is supported, just remember the data.

Otherwise things will get quite annoying when an RPC plugin is temporarily
not running. (I think things will still be quite annoying this way, but let's
see.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage.h

    rdcfa886 rd628339  
    6262G_GNUC_MALLOC GList *storage_init(const char *primary, char **migrate);
    6363
     64extern const struct prpl protocol_missing;
     65
    6466#endif /* __STORAGE_H__ */
Note: See TracChangeset for help on using the changeset viewer.