aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/sendme.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-05-03 18:27:58 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-05-03 18:29:51 +0300
commit7f2cd6545ce324b5241f002e7c412408ca5902b7 (patch)
treefe666adcee0f4a6a5d08d4918eae0bbaa54d2734 /src/core/or/sendme.h
parentea5f355fc96b6c61b40dafaea05f147f6d9ba57b (diff)
downloadtor-7f2cd6545ce324b5241f002e7c412408ca5902b7.tar.gz
tor-7f2cd6545ce324b5241f002e7c412408ca5902b7.zip
Hiding crypt_path_t: Hide 'crypto' usage in sendme.c
Diffstat (limited to 'src/core/or/sendme.h')
-rw-r--r--src/core/or/sendme.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/or/sendme.h b/src/core/or/sendme.h
index 78273eb9a8..ac18bbdd31 100644
--- a/src/core/or/sendme.h
+++ b/src/core/or/sendme.h
@@ -36,7 +36,6 @@ int sendme_note_stream_data_packaged(edge_connection_t *conn);
/* Track cell digest. */
void sendme_record_cell_digest(circuit_t *circ);
-void sendme_circuit_record_inbound_cell(crypt_path_t *cpath);
void sendme_circuit_record_outbound_cell(or_circuit_t *or_circ);
/* Circuit level information. */