diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-12-10 14:38:25 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-12-10 14:38:25 +0100 |
commit | b2bcc5fc8e9c2aea25f1209a550328b71c242776 (patch) | |
tree | b4ee137ca5a97b2234ee2b9402a52532bbabb66d /lib/libtasn1.h | |
parent | af362a497f70b680a39a15cb719dd6b846b32d34 (diff) | |
download | libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.tar.gz libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.tar.bz2 libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.zip |
Fix GTK-DOC warnings.
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r-- | lib/libtasn1.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h index c296198..494a07d 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -192,13 +192,13 @@ extern "C" /***********************************/ extern ASN1_API int - asn1_parser2tree (const char *file_name, - asn1_node * definitions, char *errorDescription); + asn1_parser2tree (const char *file, + asn1_node * definitions, char *error_desc); extern ASN1_API int asn1_parser2array (const char *inputFileName, const char *outputFileName, - const char *vectorName, char *errorDescription); + const char *vectorName, char *error_desc); extern ASN1_API int asn1_array2tree (const asn1_static_node * array, @@ -288,11 +288,11 @@ extern "C" asn1_get_length_ber (const unsigned char *ber, int ber_len, int *len); extern ASN1_API void - asn1_length_der (unsigned long int len, unsigned char *ans, int *ans_len); + asn1_length_der (unsigned long int len, unsigned char *der, int *der_len); /* Other utility functions. */ - extern ASN1_API + extern ASN1_API int asn1_decode_simple_der (unsigned int etype, const unsigned char *der, unsigned int der_len, const unsigned char **str, unsigned int *str_len); |