diff options
author | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-06-19 20:45:08 +0000 |
---|---|---|
committer | Fabio Fiorina <fiorinaf@gnutls.org> | 2002-06-19 20:45:08 +0000 |
commit | ed5e48488aadb953eabd862930073a465252acec (patch) | |
tree | 006278af399be4c1e0d27875ea4d9473b3aae800 /lib/int.h | |
parent | 65eeed00dd6e250e4a6055400ef93f94fa5cad4c (diff) | |
download | libtasn1-ed5e48488aadb953eabd862930073a465252acec.tar.gz libtasn1-ed5e48488aadb953eabd862930073a465252acec.tar.bz2 libtasn1-ed5e48488aadb953eabd862930073a465252acec.zip |
add asn1_expand_any_defined_by
Diffstat (limited to 'lib/int.h')
-rw-r--r-- | lib/int.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -148,6 +148,12 @@ typedef struct static_struct_asn ASN1_ARRAY_TYPE; /* functions */ asn1_retCode asn1_delete_structure(ASN1_TYPE *structure); +asn1_retCode asn1_create_element(ASN1_TYPE definitions,char *source_name, + ASN1_TYPE *element, char *dest_name); + +asn1_retCode asn1_read_value(ASN1_TYPE element,char *name,unsigned char *value, + int *len); + #endif /* INT_H */ |