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

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

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

#endif