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