aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/relay.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2024-04-15 15:11:30 -0400
committerDavid Goulet <dgoulet@torproject.org>2024-04-15 15:11:30 -0400
commita93759b46e8f883182ac368bd55df5152695c2e5 (patch)
tree2c1722425080881ed4c0a7b8e8999c952dcdd8e6 /src/core/or/relay.h
parent0bd1df58d0d6671bb0e386bcae2dd802b6eb7ef6 (diff)
parent29e3601c4249094e010c49e55e8bcd5769b4eb57 (diff)
downloadtor-a93759b46e8f883182ac368bd55df5152695c2e5.tar.gz
tor-a93759b46e8f883182ac368bd55df5152695c2e5.zip
Merge branch 'maint-0.4.8'
Diffstat (limited to 'src/core/or/relay.h')
-rw-r--r--src/core/or/relay.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/or/relay.h b/src/core/or/relay.h
index 3a1f3b0ae5..12198ae982 100644
--- a/src/core/or/relay.h
+++ b/src/core/or/relay.h
@@ -76,9 +76,9 @@ void cell_queue_append_packed_copy(circuit_t *circ, cell_queue_t *queue,
int exitward, const cell_t *cell,
int wide_circ_ids, int use_stats);
-void append_cell_to_circuit_queue(circuit_t *circ, channel_t *chan,
- cell_t *cell, cell_direction_t direction,
- streamid_t fromstream);
+int append_cell_to_circuit_queue(circuit_t *circ, channel_t *chan,
+ cell_t *cell, cell_direction_t direction,
+ streamid_t fromstream);
void destroy_cell_queue_init(destroy_cell_queue_t *queue);
void destroy_cell_queue_clear(destroy_cell_queue_t *queue);