Definitions of arrays, with no length specified, are not legal C.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 30 Oct 2003 11:21:26 +0000 (11:21 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 30 Oct 2003 11:21:26 +0000 (11:21 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8830 f5534014-38df-0310-8fa8-9805f1628bb7

packet-gsm_a.c

index 6dcf4796215dc2ac3e0edf10befbce24537c6ab0..0724a40f86b6ff6aec6beef000ab17287c723ff5 100644 (file)
@@ -38,7 +38,7 @@
  *   Formats and coding
  *   (3GPP TS 24.080 version 4.3.0 Release 4)
  *
- * $Id: packet-gsm_a.c,v 1.1 2003/10/30 07:00:18 guy Exp $
+ * $Id: packet-gsm_a.c,v 1.2 2003/10/30 11:21:26 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -84,8 +84,6 @@
 
 /* PROTOTYPES/FORWARDS */
 
-static void (*dtap_msg_rr_fcn[])(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);
-
 static const value_string gsm_bssmap_msg_strings[] = {
     { 0x01,    "Assignment Request" },
     { 0x02,    "Assignment Complete" },