1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-12-04 19:08:22 +01:00
fastnetmon-rewritten/example_plugin/example_collector.h

10 lines
208 B
C
Raw Normal View History

2015-01-26 10:10:35 +01:00
#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