--- embedaddon/hping2/hping2.h 2017/01/26 14:12:55 1.1.1.1.4.1 +++ embedaddon/hping2/hping2.h 2021/03/17 20:29:11 1.1.1.1.4.1.2.1 @@ -8,7 +8,7 @@ * $rev: 9$ */ -/* $Id: hping2.h,v 1.1.1.1.4.1 2017/01/26 14:12:55 misho Exp $ */ +/* $Id: hping2.h,v 1.1.1.1.4.1.2.1 2021/03/17 20:29:11 misho Exp $ */ #ifndef _HPING2_H #define _HPING2_H @@ -359,7 +359,7 @@ struct delaytable_element { int status; }; -volatile struct delaytable_element delaytable[TABLESIZE]; +extern volatile struct delaytable_element delaytable[TABLESIZE]; /* protos */ void nop(void); /* nop */