aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ses.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-31 13:52:43 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-31 13:52:43 +0000
commita824f1975705a78d56a191d3e949ca8886eff5fa (patch)
treec246116ed3b456c6e2329c539c5e6ae809fc7196 /epan/dissectors/packet-ses.h
parent56cdee19ea747b0cf6937a9fa86e61bd3e991b4b (diff)
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
Diffstat (limited to 'epan/dissectors/packet-ses.h')
-rw-r--r--epan/dissectors/packet-ses.h2
1 files changed, 1 insertions, 1 deletions
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[];