aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/tcp.h
blob: c933b1b4c443fd574854f50c54cd1fce057c20d2 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _GNTUN_TCP_H_
#define _GNTUN_TCP_H_

#include "packet.h"

extern void handle_tcp(struct ip6_tcp*);

#endif