aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-09 06:50:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-09 06:50:09 +0000
commitb693f74b891484ca335c52136224df2c532c2521 (patch)
tree15135d0e3e3c64ba069830ef72e319fd0762c3f9 /asn1/cms
parent0d46cdae53f3295fa708139911af9a62202865ec (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53877
Diffstat (limited to 'asn1/cms')
-rw-r--r--asn1/cms/packet-cms-template.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index e4e93d12ea..7caaf6b285 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -49,6 +49,9 @@
#define PSNAME "CMS"
#define PFNAME "cms"
+void proto_register_cms(void);
+void proto_reg_handoff_cms(void);
+
/* Initialize the protocol and registered fields */
static int proto_cms = -1;
static int hf_cms_ci_contentType = -1;