From b98e9422f9be7f0c8b45d5f2be61d995abf035af Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 23 Sep 2010 18:00:06 +0000 Subject: Make value_string ipproto_val static; It should only be referenced using ipproto_val_ext svn path=/trunk/; revision=34215 --- epan/ipproto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/ipproto.h') diff --git a/epan/ipproto.h b/epan/ipproto.h index 902a915677..484c54b346 100644 --- a/epan/ipproto.h +++ b/epan/ipproto.h @@ -192,7 +192,6 @@ #define IP_PROTO_AX4000 173 /* AX/4000 Testblock - non IANA */ #define IP_PROTO_NCS_HEARTBEAT 224 /* Novell NCS Heartbeat - http://support.novell.com/cgi-bin/search/searchtid.cgi?/10071158.htm */ -extern const value_string ipproto_val[]; extern value_string_ext ipproto_val_ext; extern const char *ipprotostr(const int proto); -- cgit v1.2.1