summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-20 13:00:25 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-20 13:00:25 +0000
commit1f80606b1da479e4c5664904b95afd3ab9792129 (patch)
tree970df894fde9e047cf26a7cbcb3925e42b8d10d1
parente45612151bb8c179e742d88a3a047e4b883ae13f (diff)
downloadgnutls-1f80606b1da479e4c5664904b95afd3ab9792129.tar.gz
corrected gnutls_alert_send() prototype.
-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 9590db553a..4bbd28eed7 100644
--- a/lib/gnutls.h.in.in
+++ b/lib/gnutls.h.in.in
@@ -89,7 +89,7 @@ int gnutls_rehandshake( GNUTLS_STATE state);
GNUTLS_AlertDescription gnutls_alert_get_last( GNUTLS_STATE state);
-int gnutls_alert_send(GNUTLS_SOCKET_PTR, GNUTLS_STATE, GNUTLS_AlertLevel, GNUTLS_AlertDescription);
+int gnutls_alert_send( GNUTLS_STATE, GNUTLS_AlertLevel, GNUTLS_AlertDescription);
int gnutls_alert_send_appropriate( GNUTLS_STATE state, int err);
/* get information on the current state */