diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index b8a72ae2b..a15ab6126 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1160,6 +1160,8 @@ int connection_tls_start_handshake(connection_t *conn, int receiving); int connection_tls_continue_handshake(connection_t *conn); void connection_or_write_cell_to_buf(const cell_t *cell, connection_t *conn); +void connection_or_update_nickname(connection_t *conn); + /********************************* cpuworker.c *****************************/ |