10 lines
148 B
C
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
|