mastodont-c/include/mastodont_error.h
nekobit 1bb9dafe39 Remove bloat
FossilOrigin-Name: f1def5fc963f9b5be6fdc11b12615815662405568b3ff991317983ad1a747523
2022-11-14 14:18:05 +00:00

12 lines
246 B
C

/*
* Licensed under BSD 2-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 */