mastodont-c/include/mastodont_error.h
nekobit 0e269a0eeb Fix usage of angled -> quoted includes
FossilOrigin-Name: 9502a0fe3ad469cda46ab0835779eaa82a48533a3102d84388bd571ba7093eb5
2022-12-24 21:36:11 +00:00

13 lines
246 B
C

/*
* 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 */