From a824f1975705a78d56a191d3e949ca8886eff5fa Mon Sep 17 00:00:00 2001 From: tuexen Date: Wed, 31 Aug 2005 13:52:43 +0000 Subject: Make ses_vals extern. Required to get it linked on Mac OS X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15633 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-ses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ses.h') diff --git a/epan/dissectors/packet-ses.h b/epan/dissectors/packet-ses.h index 55ec2499fc..2a801c67f3 100644 --- a/epan/dissectors/packet-ses.h +++ b/epan/dissectors/packet-ses.h @@ -198,5 +198,5 @@ struct SESSION_DATA_STRUCTURE }; #define implementation_restriction 0x10 -const value_string ses_vals[]; +extern const value_string ses_vals[]; -- cgit v1.2.3