summaryrefslogtreecommitdiff
blob: ea041017cde227b05e5a5e0201c873c6bab88a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- includes/gnutls/extra.h	2004-03-25 04:43:49.000000000 -0500
+++ includes/gnutls/extra.h.new	2004-07-24 00:31:11.716460832 -0400
@@ -27,6 +27,10 @@
 
 #define LIBGNUTLS_EXTRA_VERSION LIBGNUTLS_VERSION
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* SRP */
 
 typedef struct DSTRUCT* gnutls_srp_server_credentials;
@@ -119,5 +123,9 @@
 int gnutls_srp_base64_decode_alloc( const gnutls_datum *b64_data, 
    gnutls_datum* result);
 
+#ifdef __cplusplus
+}
+#endif
+
 
 #endif