aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-23 08:23:39 +0000
committerdarkjames <darkjames@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-23 08:23:39 +0000
commite478a9cfaa7df7ea8011ddc7b4b34b5228efb4b8 (patch)
tree212b1aa0342974a129928d0b3ded6c0a65cbc648
parente7371c37a04616802b8a0261e18e31d1d1881818 (diff)
Remove not needed forward declaration.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37759 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-ftp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ftp.c b/epan/dissectors/packet-ftp.c
index 1145dcb65e..03da083712 100644
--- a/epan/dissectors/packet-ftp.c
+++ b/epan/dissectors/packet-ftp.c
@@ -124,9 +124,6 @@ static const value_string response_table[] = {
{ 0, NULL }
};
-static void
-dissect_ftpdata(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-
/*
* Parse the address and port information in a PORT command or in the
* response to a PASV command. Return TRUE if we found an address and