diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-03-15 21:49:24 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-03-15 21:49:24 +0000 |
commit | 0033cb390343745dd65be0897e07a4e7b6544508 (patch) | |
tree | bd90309d6236ced9a985955156f8ffbfa288dc1f /packet-chdlc.h | |
parent | 6e8b505b7e7a08139e6a743aef864f3d2defd51f (diff) | |
download | wireshark-0033cb390343745dd65be0897e07a4e7b6544508.tar.gz wireshark-0033cb390343745dd65be0897e07a4e7b6544508.tar.bz2 wireshark-0033cb390343745dd65be0897e07a4e7b6544508.zip |
Declare "chdlc_vals[]" "extern", as we're not specifying the size.
svn path=/trunk/; revision=3136
Diffstat (limited to 'packet-chdlc.h')
-rw-r--r-- | packet-chdlc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-chdlc.h b/packet-chdlc.h index 361be8a1b1..267dcab46d 100644 --- a/packet-chdlc.h +++ b/packet-chdlc.h @@ -1,6 +1,6 @@ /* packet-chdlc.h * - * $Id: packet-chdlc.h,v 1.1 2001/03/15 09:11:00 guy Exp $ + * $Id: packet-chdlc.h,v 1.2 2001/03/15 21:49:24 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -36,7 +36,7 @@ void capture_chdlc(const u_char *, int, packet_counts *); -const value_string chdlc_vals[]; +extern const value_string chdlc_vals[]; void chdlctype(guint16 chdlctype, tvbuff_t *tvb, int offset_after_chdlctype, |