diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2002-02-28 19:24:24 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2002-02-28 19:24:24 +0000 |
commit | 12832ed6dfe4345e0840fd523060b422312ea460 (patch) | |
tree | 01568adaed99179a2c4e7bb6ba9267bac34c36f8 /packet-osi.h | |
parent | df4072814f091888bed51f5c277fc40a8f70e366 (diff) | |
download | wireshark-12832ed6dfe4345e0840fd523060b422312ea460.tar.gz wireshark-12832ed6dfe4345e0840fd523060b422312ea460.tar.bz2 wireshark-12832ed6dfe4345e0840fd523060b422312ea460.zip |
Declare osinl_subdissector_table as 'extern'.
svn path=/trunk/; revision=4829
Diffstat (limited to 'packet-osi.h')
-rw-r--r-- | packet-osi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-osi.h b/packet-osi.h index 7dc1688d36..fa13284552 100644 --- a/packet-osi.h +++ b/packet-osi.h @@ -1,6 +1,6 @@ /* packet-osi.h * - * $Id: packet-osi.h,v 1.9 2002/01/21 07:36:38 guy Exp $ + * $Id: packet-osi.h,v 1.10 2002/02/28 19:24:24 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -78,7 +78,7 @@ * Dissector table for NLPIDs for protocols whose packets begin with * the NLPID. */ -dissector_table_t osinl_subdissector_table; +extern dissector_table_t osinl_subdissector_table; /* * published API functions |