1bb9dafe39
FossilOrigin-Name: f1def5fc963f9b5be6fdc11b12615815662405568b3ff991317983ad1a747523
12 lines
246 B
C
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 */
|