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 8f452ea2..1312fe90 100644
--- a/storage.h
+++ b/storage.h
@@ -63,4 +63,6 @@ void storage_setup_auto_save(irc_t *irc);
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__ */