aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-20 20:41:48 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-20 20:41:48 +0000
commita066b97ac920ef3d3e9508917367b2087bf38c31 (patch)
treec0a49dc3db1c41bb95ca9250466bd1b67fbb9f25
parent20796b0120f42597e38713f443fce61d0da7ff59 (diff)
Remove cvs2svn:cvs-rev property
Remove forward declaration of proto_reg_handoff_gdsdb (this is just a hack to suppress a warning that needs a proper solution for many many more files) svn path=/trunk/; revision=21844
-rw-r--r--epan/dissectors/packet-gdsdb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gdsdb.c b/epan/dissectors/packet-gdsdb.c
index 2f41ba21c2..1eb86a4f2e 100644
--- a/epan/dissectors/packet-gdsdb.c
+++ b/epan/dissectors/packet-gdsdb.c
@@ -37,8 +37,6 @@
#define TCP_PORT 3050
-void proto_reg_handoff_gdsdb(void);
-
static int proto_gdsdb = -1;
static gint ett_gdsdb = -1;
static int hf_gdsdb_opcode = -1;