aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ses.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2005-08-31 13:52:43 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2005-08-31 13:52:43 +0000
commit7eb99253e644d92dc3f01d1bdd6a40c783ec0f3a (patch)
treec246116ed3b456c6e2329c539c5e6ae809fc7196 /epan/dissectors/packet-ses.h
parentc7cb2cf0d2c5d0387572fbdacca2ff2ab157cd64 (diff)
Make ses_vals extern. Required to get it linked on Mac OS X.
svn path=/trunk/; revision=15633
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[];