blob: e62d308c5d3784a495067445fdbd191b1f9b59d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hping2.h.orig 2004-06-04 15:22:38.000000000 +0800
+++ hping2.h 2020-08-20 15:19:32.827593000 +0700
@@ -353,7 +353,7 @@ struct delaytable_element {
int status;
};
-volatile struct delaytable_element delaytable[TABLESIZE];
+extern volatile struct delaytable_element delaytable[TABLESIZE];
/* protos */
void nop(void); /* nop */
|