blob: b82b58ad3486d048c65e290834e4bf251014235e [file] [log] [blame]
Roopa Prabhu1e529302015-10-15 13:13:39 +02001#ifndef __LWTUNNEL_H__
2#define __LETUNNEL_H__ 1
3
4int lwt_parse_encap(struct rtattr *rta, size_t len, int *argcp, char ***argvp);
5void lwt_print_encap(FILE *fp, struct rtattr *encap_type,
6 struct rtattr *encap);
7
8#endif