summaryrefslogtreecommitdiff
path: root/asn1/pkix1implicit
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 15:40:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 15:40:10 +0000
commitb630ccec178c898a991758b411286064cc497e57 (patch)
tree8178269af88acc0e3cd76827a462881bfa2e2abc /asn1/pkix1implicit
parentb7d62057f3793cac5b22d150f6f1070f5b8f0550 (diff)
downloadwireshark-b630ccec178c898a991758b411286064cc497e57.tar.gz
- Forward declaration of register functions.
svn path=/trunk/; revision=53859
Diffstat (limited to 'asn1/pkix1implicit')
-rw-r--r--asn1/pkix1implicit/packet-pkix1implicit-template.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/pkix1implicit/packet-pkix1implicit-template.c b/asn1/pkix1implicit/packet-pkix1implicit-template.c
index 1874428343..b446859366 100644
--- a/asn1/pkix1implicit/packet-pkix1implicit-template.c
+++ b/asn1/pkix1implicit/packet-pkix1implicit-template.c
@@ -37,6 +37,9 @@
#define PSNAME "PKIX1IMPLICIT"
#define PFNAME "pkix1implicit"
+void proto_register_pkix1implicit(void);
+void proto_reg_handoff_pkix1implicit(void);
+
/* Initialize the protocol and registered fields */
static int proto_pkix1implicit = -1;
#include "packet-pkix1implicit-hf.c"