summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-19 13:17:00 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-19 13:17:00 +0000
commit81d821cd5819aef7d3ea68c30b5d4d18e806faf1 (patch)
tree76c3c2dec862a0cb12efa326daf80d28b3f7cc90 /lib/gnutls_global.h
parent3bc76b218eae9adc7bb235c7aabeb4b0fb0fecac (diff)
downloadgnutls-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.h4
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