From 4a6049d3b19b84e88eb9e670bad878b40d36eac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Mon, 23 May 2005 12:19:00 +0000 Subject: Warning fix: packet-camel.h:49: warning: 'dissect_camel_DestinationAddress' declared 'static' but never defined svn path=/trunk/; revision=14419 --- epan/dissectors/packet-camel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-camel.h') 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 */ -- cgit v1.2.1