summaryrefslogtreecommitdiffstats
path: root/include/ulogd/printflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd/printflow.h')
-rw-r--r--include/ulogd/printflow.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ulogd/printflow.h b/include/ulogd/printflow.h
new file mode 100644
index 0000000..7343a23
--- /dev/null
+++ b/include/ulogd/printflow.h
@@ -0,0 +1,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