Move routerinfo_t functions out of router.c
commitb8df2318e9531a17938392cd0cbea0b901f50245
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Sep 2018 20:37:54 +0000 (25 16:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Sep 2018 20:48:00 +0000 (25 16:48 -0400)
treebec3271661f5ba814b4d4d464221a371000879f5
parentefa978124f067bf75c33c4ff9bba8dbf2f54a4ef
Move routerinfo_t functions out of router.c

(It turns out that some of the functions in router.h didn't even
exist any more, so I just got to delete their declarations completely.)
src/core/include.am
src/feature/nodelist/routerinfo.c [new file with mode: 0644]
src/feature/nodelist/routerinfo.h [new file with mode: 0644]
src/feature/relay/router.c
src/feature/relay/router.h