1 #ifndef NETMAP_PLUGIN_H
2 #define NETMAP_PLUGIN_H
3 
4 #include "../fastnetmon_types.h"
5 
6 void start_netmap_collection(process_packet_pointer func_ptr);
7 
8 #endif
9