aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/asn1.h')
-rw-r--r--epan/asn1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/asn1.h b/epan/asn1.h
index 3d207c26f4..61edeed3f6 100644
--- a/epan/asn1.h
+++ b/epan/asn1.h
@@ -60,4 +60,8 @@ typedef struct _asn1_ctx_t {
} external;
} asn1_ctx_t;
+extern void asn1_ctx_init(asn1_ctx_t *actx, asn1_enc_e encoding, gboolean aligned, packet_info *pinfo);
+extern void asn1_ctx_clean_external(asn1_ctx_t *actx);
+
+
#endif /* __ASN1_H__ */