--- embedaddon/hping2/ars.h	2012/02/21 22:11:37	1.1.1.1
+++ embedaddon/hping2/ars.h	2021/03/17 20:29:11	1.1.1.1.6.1
@@ -1,7 +1,7 @@
 /* Copyright (C) 2000,2001 Salvatore Sanfilippo <antirez@invece.org>
  * See the LICENSE file for more information. */
 
-/* $Id: ars.h,v 1.1.1.1 2012/02/21 22:11:37 misho Exp $ */
+/* $Id: ars.h,v 1.1.1.1.6.1 2021/03/17 20:29:11 misho Exp $ */
 
 #ifndef _ARS_H
 #define _ARS_H
@@ -381,7 +381,7 @@ struct ars_layer_info {
 };
 
 /* ARS layer info table */
-struct ars_layer_info ars_linfo[ARS_TYPE_SIZE];
+extern struct ars_layer_info ars_linfo[ARS_TYPE_SIZE];
 
 /* ARS interface managment structure and defines */
 #define ARS_IF_UP	(1 << 0)