aboutsummaryrefslogtreecommitdiffstats
path: root/packet-chdlc.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-15 21:49:24 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-15 21:49:24 +0000
commit5c5208597160ea04202eb60b49f6331b891770c8 (patch)
treebd90309d6236ced9a985955156f8ffbfa288dc1f /packet-chdlc.h
parent11f886c981a09969b3a959c59e1110b2ccaf3142 (diff)
Declare "chdlc_vals[]" "extern", as we're not specifying the size.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3136 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-chdlc.h')
-rw-r--r--packet-chdlc.h4
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,