server/tripe.c, server/admin.c: Add a way to end the main loop.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 May 2018 19:05:49 +0000 (20:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 25 Jan 2019 12:10:32 +0000 (12:10 +0000)
commit2173bd49888d210eabcdbb0a7552789a5ad26507
tree14a9a7b94255fb9bad4b0b2b77fdbfac9fd93610
parent78e45b53a3904ce832e8a7e4654bc2efe9fb2c2c
server/tripe.c, server/admin.c: Add a way to end the main loop.

This replaces the rather abrupt `a_quit' function.  Cleanup is handled
in `main', using the facilities added recently.

For now, there's a stub version of `lp_end' in `test.c', joining
`iv_...' from earlier.
server/admin.c
server/test.c
server/tripe.c
server/tripe.h