Clean up cliserv.h
authorWouter Verhelst <w@uter.be>
Thu, 20 Mar 2014 07:06:18 +0000 (08:06 +0100)
committerWouter Verhelst <w@uter.be>
Thu, 20 Mar 2014 07:07:54 +0000 (08:07 +0100)
commit43b96ec0d22c0a42c20104cb66aa2d2236da3e77
treeb785be2a8c424ef864aebd9699dbb33e511b532f
parentabd5d4525ef9201bcb6e1bf926b973a0cd6c46cc
Clean up cliserv.h

Previously, cliserv.h also contained some functions, which would then be
defined twice if we hadn't inlined them.

That is a fairly ugly way of doing things, so instead move the few
functions in cliserv.h to a new cliserv.c, and compile and link that in.

This should also make more recent versions of clang not be unhappy about
"missing" functions
Makefile.am
cliserv.c [new file with mode: 0644]
cliserv.h
tests/run/Makefile.am