summaryrefslogtreecommitdiff
path: root/lib/gnutls.h.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls.h.in.in')
-rw-r--r--lib/gnutls.h.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.h.in.in b/lib/gnutls.h.in.in
index 20320364c0..e4b74f6205 100644
--- a/lib/gnutls.h.in.in
+++ b/lib/gnutls.h.in.in
@@ -136,7 +136,7 @@ typedef enum gnutls_pk_algorithm { GNUTLS_PK_RSA = 1, GNUTLS_PK_DSA,
/* If you want to change this, then also change the
* define in gnutls_int.h, and recompile.
*/
-typedef int gnutls_transport_ptr;
+typedef void * gnutls_transport_ptr;
struct gnutls_session_int;
typedef struct gnutls_session_int* gnutls_session;