summaryrefslogtreecommitdiff
path: root/asn1/x509af
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-28 07:34:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-28 07:34:13 +0000
commitdafdc19d9ef7e437daa07ebf84744e79e3602064 (patch)
tree507f4ee4733d9899b7a9e29b072a1b9a7fece8ac /asn1/x509af
parent182876540a9bf918e6cf63b241383356bf5206b5 (diff)
downloadwireshark-dafdc19d9ef7e437daa07ebf84744e79e3602064.tar.gz
-Wmissing-prototypes
svn path=/trunk/; revision=48609
Diffstat (limited to 'asn1/x509af')
-rw-r--r--asn1/x509af/packet-x509af-template.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/x509af/packet-x509af-template.c b/asn1/x509af/packet-x509af-template.c
index bb0c259acc..a91d606798 100644
--- a/asn1/x509af/packet-x509af-template.c
+++ b/asn1/x509af/packet-x509af-template.c
@@ -41,6 +41,9 @@
#define PSNAME "X509AF"
#define PFNAME "x509af"
+void proto_register_x509af(void);
+void proto_reg_handoff_x509af(void);
+
/* Initialize the protocol and registered fields */
static int proto_x509af = -1;
static int hf_x509af_algorithm_id = -1;