diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-20 19:10:51 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-20 19:10:51 +0000 |
commit | 317f0993981dc0b75cac53ad745750ea28e84f54 (patch) | |
tree | 4d9540ce4f7402b79d2067574cce24e45203c042 /lib/int.h | |
parent | ed5e48488aadb953eabd862930073a465252acec (diff) | |
download | libtasn1-317f0993981dc0b75cac53ad745750ea28e84f54.tar.gz libtasn1-317f0993981dc0b75cac53ad745750ea28e84f54.tar.bz2 libtasn1-317f0993981dc0b75cac53ad745750ea28e84f54.zip |
added some required prototypes
Diffstat (limited to 'lib/int.h')
-rw-r--r-- | lib/int.h | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -154,19 +154,12 @@ asn1_retCode asn1_create_element(ASN1_TYPE definitions,char *source_name, asn1_retCode asn1_read_value(ASN1_TYPE element,char *name,unsigned char *value, int *len); -#endif /* INT_H */ - - - - - - - - - - - +asn1_retCode +asn1_expand_any_defined_by(ASN1_TYPE definitions,ASN1_TYPE *element); +void +asn1_print_structure(FILE *out,ASN1_TYPE structure,char *name,int mode); +#endif /* INT_H */ |