diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-08-04 22:20:46 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-08-04 22:20:46 +0000 |
commit | e658d50011bc6caa7746b261cc3679eb62de2298 (patch) | |
tree | 0dc25582dd134ccf74d98c2bc933c2a0088c6031 /net-libs/gnutls/files | |
parent | fix typo irt #58638 (Manifest recommit) (diff) | |
download | gentoo-2-e658d50011bc6caa7746b261cc3679eb62de2298.tar.gz gentoo-2-e658d50011bc6caa7746b261cc3679eb62de2298.tar.bz2 gentoo-2-e658d50011bc6caa7746b261cc3679eb62de2298.zip |
fixed extra.h patch
Diffstat (limited to 'net-libs/gnutls/files')
-rw-r--r-- | net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch b/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch index 73fe8edb2a37..ea041017cde2 100644 --- a/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch +++ b/net-libs/gnutls/files/gnutls-1.0.14-extra.h.patch @@ -5,7 +5,7 @@ #define LIBGNUTLS_EXTRA_VERSION LIBGNUTLS_VERSION +#ifdef __cplusplus -+#extern "C" { ++extern "C" { +#endif + /* SRP */ |