summaryrefslogtreecommitdiffstats
path: root/include/ulogd/printpkt.h
blob: 90ff134aeedf12074add4a682549f873300042d5 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _PRINTPKT_H
#define _PRINTPKT_H

#define INTR_IDS 	35
extern struct ulogd_key printpkt_keys[INTR_IDS];

int printpkt_print(struct ulogd_key *res, char *buf, int prefix);
int printpkt_init(void);

#endif