aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ftam/packet-ftam-template.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-26 10:59:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-26 10:59:15 +0000
commitcc862131a239684c2cfc513dd84b28f2706a4f00 (patch)
treea4dfc4fce569eda6838bf545b0ee18f4e539e885 /asn1/ftam/packet-ftam-template.c
parenta96c3b0f73fecce6d62a94b781550f918df835c8 (diff)
Fix a compiler warning and set eol-style.
svn path=/trunk/; revision=14773
Diffstat (limited to 'asn1/ftam/packet-ftam-template.c')
-rwxr-xr-xasn1/ftam/packet-ftam-template.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/ftam/packet-ftam-template.c b/asn1/ftam/packet-ftam-template.c
index 91831dcf25..3703daeae9 100755
--- a/asn1/ftam/packet-ftam-template.c
+++ b/asn1/ftam/packet-ftam-template.c
@@ -7,7 +7,7 @@
*
* Anders Broman and Ronnie Sahlberg 2005
*
- * $Id: packet-ftam-template.c 13967 2005-03-29 14:56:09Z gerald $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -51,6 +51,8 @@
int proto_ftam = -1;
static char object_identifier_id[MAX_OID_STR_LEN];
+/* Declare the function to avoid a compiler warning */
+static int dissect_ftam_OR_Set(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_);
#include "packet-ftam-hf.c"