Move separate_args function from header to source file.
authorDavin McCall <davmac@davmac.org>
Thu, 11 Jan 2018 18:09:32 +0000 (18:09 +0000)
committerDavin McCall <davmac@davmac.org>
Thu, 11 Jan 2018 18:09:32 +0000 (18:09 +0000)
commitd3c994e4d2d82d72c6725e3a39b48430fb8f3952
tree3d75e0fe429a722b8f0c49fbb8205373374b8fcb
parent0dbfc84f3215401afc2bccb0f7cfc8de4111cd2e
Move separate_args function from header to source file.

This avoids potential ODR violations. The function isn't worth making
inline, it's large enough and not on a critical path so just compile it
once.
src/proc-service.cc
src/proc-service.h