summaryrefslogtreecommitdiff
path: root/asn1/ocsp/packet-ocsp-template.c
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/ocsp/packet-ocsp-template.c
parentb7d62057f3793cac5b22d150f6f1070f5b8f0550 (diff)
downloadwireshark-b630ccec178c898a991758b411286064cc497e57.tar.gz
- Forward declaration of register functions.
svn path=/trunk/; revision=53859
Diffstat (limited to 'asn1/ocsp/packet-ocsp-template.c')
-rw-r--r--asn1/ocsp/packet-ocsp-template.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/ocsp/packet-ocsp-template.c b/asn1/ocsp/packet-ocsp-template.c
index 964ac88f2a..3b62b535eb 100644
--- a/asn1/ocsp/packet-ocsp-template.c
+++ b/asn1/ocsp/packet-ocsp-template.c
@@ -41,6 +41,9 @@
#define PSNAME "OCSP"
#define PFNAME "ocsp"
+void proto_register_ocsp(void);
+void proto_reg_handoff_ocsp(void);
+
/* Initialize the protocol and registered fields */
int proto_ocsp = -1;
static int hf_ocsp_responseType_id = -1;