aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-18 11:02:36 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-18 11:23:45 -0400
commitae641971955f5ff4969a57cd7a011f41eb303bb4 (patch)
treea763818ebb00e415d5231c20fded5e52c48016a6 /src/or/relay.h
parent1047e7dcb05cbf4c98276d00c157cf0506b451d5 (diff)
downloadtor-ae641971955f5ff4969a57cd7a011f41eb303bb4.tar
tor-ae641971955f5ff4969a57cd7a011f41eb303bb4.tar.gz
Unit tests for cell queues.
This removes some INLINE markers from functions that probably didn't need them.
Diffstat (limited to 'src/or/relay.h')
-rw-r--r--src/or/relay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/relay.h b/src/or/relay.h
index 59e107b2a..e1b5e381e 100644
--- a/src/or/relay.h
+++ b/src/or/relay.h
@@ -82,6 +82,8 @@ int relay_crypt(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction,
#ifdef RELAY_PRIVATE
STATIC int connected_cell_parse(const relay_header_t *rh, const cell_t *cell,
tor_addr_t *addr_out, int *ttl_out);
+STATIC packed_cell_t *packed_cell_new(void);
+STATIC packed_cell_t *cell_queue_pop(cell_queue_t *queue);
#endif
#endif