summaryrefslogtreecommitdiff
path: root/src/test/fuzz/fuzzing.h
blob: 794ed1461e00dc4349fa3a9ced74b6462b595e20 (plain)
1
2
3
4
5
6
7
8
#ifndef FUZZING_H
#define FUZZING_H

int fuzz_init(void);
int fuzz_cleanup(void);
int fuzz_main(const uint8_t *data, size_t sz);

#endif /* FUZZING_H */