summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-16 17:03:46 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-16 17:03:46 +0000
commitaebd77f98d9286d9f2b0de098a0102405b00be40 (patch)
treeb86e33798c458b444386d52e07a54eafebf7e058 /lib/gnutls_int.h
parent3524ffac447702e2a0f1766ccdd6128fe0fc8f7e (diff)
downloadgnutls-aebd77f98d9286d9f2b0de098a0102405b00be40.tar.gz
replaced gnutls_handshake_get_direction() with gnutls_record_get_direction().
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index cc97b8c132..ace4ce16ef 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -552,10 +552,10 @@ typedef struct {
* which have 0xFF status.
*/
- /* Holds 0 if the handshake procedure was interrupted while
+ /* Holds 0 if the last called function was interrupted while
* receiving, and non zero otherwise.
*/
- int handshake_direction;
+ int direction;
/* If you add anything here, check _gnutls_handshake_internal_state_clear().
*/