fastnetmon-ng/src/example_plugin/example_collector.h
2015-05-14 18:21:26 +03:00

10 lines
206 B
C

#ifndef EXAMPLE_PLUGIN_H
#define EXAMPLE_PLUGIN_H
#include "../fastnetmon_types.h"
// This function should be implemented in plugin
void start_example_collection(process_packet_pointer func_ptr);
#endif