diff options
author | Stef Walter <stef@memberwebs.com> | 2009-12-25 14:26:39 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-06-24 03:00:13 +0000 |
commit | c2f066ba2b5083ebc221e5dd20e3d6527c710cf0 (patch) | |
tree | 0add009ce77be8ebceaee71e818366e9e51ff030 /egg/egg-asn1x.h | |
parent | 83a8ec545f064d153ae9fd2de64b6a5a2d39f6a4 (diff) |
[egg] Implement asn validation, and some read functions.
Diffstat (limited to 'egg/egg-asn1x.h')
-rw-r--r-- | egg/egg-asn1x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/egg/egg-asn1x.h b/egg/egg-asn1x.h index 43c72b7e..ec1bbccd 100644 --- a/egg/egg-asn1x.h +++ b/egg/egg-asn1x.h @@ -45,6 +45,8 @@ gboolean egg_asn1x_decode (GNode *asn, gconstpointer data, gsize n_data); +gboolean egg_asn1x_validate (GNode *asn); + gpointer egg_asn1x_encode (GNode *asn, EggAllocator allocator, gsize *n_data); |