1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-20 03:33:04 +02:00
fastnetmon-rewritten/netflow_plugin/netflow_collector.h
2015-01-23 19:49:37 +03:00

11 lines
188 B
C

#ifndef _NETFLOW_PLUGIN_H
#define _NETFLOW_PLUGIN_H
/* netflow plugin header */
#include "../fastnetmon_types.h"
void start_netflow_collection(process_packet_pointer func_ptr);
#endif