/* * Licensed under BSD 3-Clause License */ #ifndef MASTODONT_ERROR_H #define MASTODONT_ERROR_H #include "mastodont_types.h" #include "mastodont_fetch.h" int mstdnt_check_error(struct mstdnt_storage* storage); #endif /* MASTODONT_ERROR_H */