File: printflow.h

package info (click to toggle)
ulogd2 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,932 kB
  • sloc: ansic: 13,019; sh: 4,674; sql: 2,302; makefile: 197; perl: 90
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (7)
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