aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-03 21:52:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-03 21:52:57 +0000
commit98cb9db12d31088e36132e8518344bab773d115b (patch)
treea3c28e6a76371c4b8665db65b5f98012dae00385 /epan/asn1.h
parentd21de3799ae7cdc9a1fec1d8c401b7ba74346d5d (diff)
Split out asn1 common functions. Start of BER EXTERNAL.
svn path=/trunk/; revision=21670
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__ */