diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-19 13:17:00 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-19 13:17:00 +0000 |
commit | 81d821cd5819aef7d3ea68c30b5d4d18e806faf1 (patch) | |
tree | 76c3c2dec862a0cb12efa326daf80d28b3f7cc90 /lib/gnutls_global.h | |
parent | 3bc76b218eae9adc7bb235c7aabeb4b0fb0fecac (diff) | |
download | gnutls-81d821cd5819aef7d3ea68c30b5d4d18e806faf1.tar.gz |
some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.
Added defines to keep source compatibility.
Diffstat (limited to 'lib/gnutls_global.h')
-rw-r--r-- | lib/gnutls_global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_global.h b/lib/gnutls_global.h index dcb012ec32..c767b45f96 100644 --- a/lib/gnutls_global.h +++ b/lib/gnutls_global.h @@ -4,7 +4,7 @@ #include <x509_asn1.h> int gnutls_is_secure_memory(const void* mem); -node_asn* _gnutls_get_pkcs(); -node_asn* _gnutls_get_pkix(); +node_asn* _gnutls_get_pkcs(void); +node_asn* _gnutls_get_pkix(void); #endif |