fastnetmon-ng/src/example_plugin/example_collector.h

10 lines
206 B
C
Raw Permalink Normal View History

2015-05-14 17:21:26 +02:00
#ifndef EXAMPLE_PLUGIN_H
#define EXAMPLE_PLUGIN_H
2015-01-26 10:10:35 +01:00
#include "../fastnetmon_types.h"
// This function should be implemented in plugin
void start_example_collection(process_packet_pointer func_ptr);
#endif