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

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

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

#endif