1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-26 12:06:10 +02:00
fastnetmon-rewritten/src/fast_dpi.h
2015-07-24 15:37:11 +03:00

10 lines
148 B
C

#ifndef FAST_DPI_H
#define FAST_DPI_H
#include <stdlib.h>
#include "libndpi/ndpi_api.h"
struct ndpi_detection_module_struct* init_ndpi();
#endif