summaryrefslogtreecommitdiff
path: root/2003/netfilter-programming-ols2003/ipt_workshop.h
blob: f707703e30b5f7580f81665504f4f10cfe9a8c42 (plain)
1
2
3
4
5
6
#ifndef _IPT_WORKSHOP_H
#define _IPT_WORKSHOP_H
struct ipt_ws_info {
	u_int8_t ttl;
};
#endif
personal git repositories of Harald Welte. Your mileage may vary