blob: 5225446ade5d67c5b9754f285c5c761b59e561c1 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef __FUZZ_COMMON_CODE_H__
#define __FUZZ_COMMON_CODE_H__
#include "ndpi_api.h"
void fuzz_init_detection_module(struct ndpi_detection_module_struct **ndpi_info_mod,
int enable_log);
#endif
|