Warning fix:

packet-camel.h:49: warning: 'dissect_camel_DestinationAddress' declared 'static' but never defined
do this change also for the template file.

svn path=/trunk/; revision=14421
This commit is contained in:
Anders Broman 2005-05-23 18:37:45 +00:00
parent 19e90d9a5c
commit f462883ea8
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,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 */