diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-12 16:02:20 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-12 16:02:20 +0200 |
commit | b54ea0b6d4208d6eead5cf71b83d1041aea55d25 (patch) | |
tree | 46e8aa157581f57292044715da29ab614d2209b9 /lib/errors.h | |
parent | 33239bf89e41771798cf2d49a3c5564806f5582c (diff) | |
download | gnutls-b54ea0b6d4208d6eead5cf71b83d1041aea55d25.tar.gz |
_gnutls_asn2err: declared as constant function
Diffstat (limited to 'lib/errors.h')
-rw-r--r-- | lib/errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/errors.h b/lib/errors.h index 4335ec27db..78b11dfce7 100644 --- a/lib/errors.h +++ b/lib/errors.h @@ -40,7 +40,8 @@ #define gnutls_assert() #endif -int _gnutls_asn2err(int asn_err); +int _gnutls_asn2err(int asn_err) __GNUTLS_CONST__; + void _gnutls_log(int, const char *fmt, ...) #ifdef __GNUC__ __attribute__ ((format(printf, 2, 3))); |