diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-17 18:54:08 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-17 18:54:08 +0100 |
commit | 14815d8067cdc87b3e6c2fbf8ca20459e28577d3 (patch) | |
tree | 5d362edf0c321e7adad3a106ea4c82528505ab7e /lib/structure.c | |
parent | ca4aa9601739ac41bcba0baa7bec32970418cd89 (diff) | |
download | libtasn1-14815d8067cdc87b3e6c2fbf8ca20459e28577d3.tar.gz libtasn1-14815d8067cdc87b3e6c2fbf8ca20459e28577d3.tar.bz2 libtasn1-14815d8067cdc87b3e6c2fbf8ca20459e28577d3.zip |
Fix warnings.
Diffstat (limited to 'lib/structure.c')
-rw-r--r-- | lib/structure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/structure.c b/lib/structure.c index d0d22c0..2701cf7 100644 --- a/lib/structure.c +++ b/lib/structure.c @@ -467,7 +467,7 @@ _asn1_copy_structure2 (ASN1_TYPE root, const char *source_name) } -asn1_retCode +static asn1_retCode _asn1_type_choice_config (ASN1_TYPE node) { ASN1_TYPE p, p2, p3, p4; @@ -552,7 +552,7 @@ _asn1_type_choice_config (ASN1_TYPE node) } -asn1_retCode +static asn1_retCode _asn1_expand_identifier (ASN1_TYPE * node, ASN1_TYPE root) { ASN1_TYPE p, p2, p3; |