summaryrefslogtreecommitdiff
path: root/lib/gnutls.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls.h.in')
-rw-r--r--lib/gnutls.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.h.in b/lib/gnutls.h.in
index 9bfc3d7bdc..0b62318652 100644
--- a/lib/gnutls.h.in
+++ b/lib/gnutls.h.in
@@ -62,7 +62,7 @@ typedef enum GNUTLS_Version { GNUTLS_SSL3=1, GNUTLS_TLS1 } GNUTLS_Version;
*/
#define GNUTLS_SOCKET_PTR int
-#define GNUTLS_LIST ...
+typedef const int* GNUTLS_LIST;
struct GNUTLS_STATE_INT;
typedef struct GNUTLS_STATE_INT* GNUTLS_STATE;