c0ddc1bf5e
FossilOrigin-Name: 4e8cdf2538b5a6eaf91c61e3b0ae57621d0934f376351c5d3b7b320927eb27d8
12 lines
246 B
C
12 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 */
|