diff options
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index 2569abf79c..dea072a338 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -41,6 +41,7 @@ int tor_tls_write(tor_tls_t *tls, char *cp, size_t n); int tor_tls_handshake(tor_tls_t *tls); int tor_tls_shutdown(tor_tls_t *tls); int tor_tls_get_pending_bytes(tor_tls_t *tls); +size_t tor_tls_get_forced_write_size(tor_tls_t *tls); unsigned long tor_tls_get_n_bytes_read(tor_tls_t *tls); unsigned long tor_tls_get_n_bytes_written(tor_tls_t *tls); |