summaryrefslogtreecommitdiff
path: root/lib/libtasn1.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-03-23 14:44:12 +0100
committerSimon Josefsson <simon@josefsson.org>2009-03-23 14:44:12 +0100
commitc30b667a92f8b88f7e9d5c9a5d494ba833323810 (patch)
treed943d965b88232bf1c84fa274c9a2f349ab2ea8e /lib/libtasn1.h
parent77f321a0a9f652da11bb17cfe280c1770d03d41e (diff)
downloadlibtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.tar.gz
Make it compile.
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r--lib/libtasn1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index f6236d2..fe3f150 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -287,11 +287,11 @@ extern "C"
/* Use asn1_strerror instead. */
const char *libtasn1_strerror (asn1_retCode error)
- __attribute__ ((deprecated));
+ __attribute__ ((deprecated)) ASN1_API;
/* Use asn1_perror instead. */
void libtasn1_perror (asn1_retCode error)
- __attribute__ ((deprecated));
+ __attribute__ ((deprecated)) ASN1_API;
#endif