diff options
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index 14dd3dda4d..d9e326e55c 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -33,3 +33,11 @@ unsigned long tor_tls_get_n_bytes_read(tor_tls *tls); unsigned long tor_tls_get_n_bytes_written(tor_tls *tls); #endif + +/* + Local Variables: + mode:c + indent-tabs-mode:nil + c-basic-offset:2 + End: +*/ |