aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-05-23 12:19:00 +0000
committerJörg Mayer <jmayer@loplof.de>2005-05-23 12:19:00 +0000
commit4a6049d3b19b84e88eb9e670bad878b40d36eac1 (patch)
tree80729fbcb6cc4ac562876adc294e4e818923ea65 /epan/dissectors/packet-camel.h
parent83f9a803ac96fe5741a30ed77c571f6e7d9a151c (diff)
Warning fix:
packet-camel.h:49: warning: 'dissect_camel_DestinationAddress' declared 'static' but never defined svn path=/trunk/; revision=14419
Diffstat (limited to 'epan/dissectors/packet-camel.h')
-rw-r--r--epan/dissectors/packet-camel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-camel.h b/epan/dissectors/packet-camel.h
index 52fdc6d89f..75109f93c9 100644
--- a/epan/dissectors/packet-camel.h
+++ b/epan/dissectors/packet-camel.h
@@ -46,7 +46,6 @@ char camel_number_to_char(int );
ETH_VAR_IMPORT const value_string camel_opr_code_strings[];
-static int dissect_camel_DestinationAddress(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_);
/* #include "packet-camel-exp.h"*/
#endif /* PACKET_camel_H */