aboutsummaryrefslogtreecommitdiffstats
path: root/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage.h b/storage.h
index 6e6387ed..4f40a770 100644
--- a/storage.h
+++ b/storage.h
@@ -62,4 +62,6 @@ storage_status_t storage_remove(const char *nick);
void register_storage_backend(storage_t *);
G_GNUC_MALLOC GList *storage_init(const char *primary, char **migrate);
+extern const struct prpl protocol_missing;
+
#endif /* __STORAGE_H__ */