summaryrefslogtreecommitdiffstats
path: root/include/ulogd/printpkt.h
blob: bdaeaa4e3c1fe8f0e8a278bda5c999ea60d6da62 (plain)
1
2
3
4
5
6
7
8
9
#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);

#endif