diff options
Diffstat (limited to 'storage.c')
-rw-r--r-- | storage.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ extern storage_t storage_xml; static GList *storage_backends = NULL; +const struct prpl protocol_missing = { + .name = "_unknown", +}; + void register_storage_backend(storage_t *backend) { storage_backends = g_list_append(storage_backends, backend); |