0e269a0eeb
FossilOrigin-Name: 9502a0fe3ad469cda46ab0835779eaa82a48533a3102d84388bd571ba7093eb5
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 */
|