summaryrefslogtreecommitdiffstats
path: root/include/ulogd/printflow.h
blob: 979f673abd297d3a64b328b54821d201c9202b1e (plain)
1
2
3
4
5
6
7
8
9
#ifndef _PRINTFLOW_H
#define _PRINTFLOW_H

#define FLOW_IDS 16
extern struct ulogd_key printflow_keys[FLOW_IDS];

int printflow_print(struct ulogd_key *res, char *buf);

#endif