Use the correct function signatures in test_relaycell.c
commit370d9922a4e3cb24a5ff093cadc3098771cab957
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Sep 2018 19:07:02 +0000 (18 15:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 14 Oct 2018 19:25:16 +0000 (14 15:25 -0400)
tree10e57264b79b7b80ef7810b745ebc2a4c2fa3cfe
parent965549aa07d94a9f9e510cdb7a215bf9a3ed7bb8
Use the correct function signatures in test_relaycell.c

This is now officially an antipattern: please let's never copy a
function declaration in two places again.  That's what headers are
for.
src/core/or/connection_edge.c
src/core/or/connection_edge.h
src/test/test_relaycell.c