tor/src/test/fuzz/fuzzing.h

9 lines
153 B
C
Raw Normal View History

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