summaryrefslogtreecommitdiff
path: root/net/tcpick/files/patch-src_conn.h
blob: b6745fbb3e39cfacc2518c81d71c0e7b26ad811b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/conn.h.orig	2020-08-25 17:08:29 UTC
+++ src/conn.h
@@ -80,5 +80,5 @@ struct CONN
 };
 
 
-struct ip * ip_last_header; /* FIXME: check */
-struct tcphdr * tcp_last_header;
+extern struct ip * ip_last_header; /* FIXME: check */
+extern struct tcphdr * tcp_last_header;