mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-12-04 06:38:33 +01:00
10 lines
208 B
C
10 lines
208 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
|