fastnetmon-ng/src/netmap_plugin/netmap_collector.h
2015-03-22 13:36:58 +03:00

9 lines
156 B
C

#ifndef _NETMAP_PLUGIN_H
#define _NETMAP_PLUGIN_H
#include "../fastnetmon_types.h"
void start_netmap_collection(process_packet_pointer func_ptr);
#endif