Re: [PATCH v5 7/8] sub-process: move sub-process functions into separate files

2017-04-10 Thread Lars Schneider
> On 07 Apr 2017, at 14:03, Ben Peart wrote: > > Move the sub-proces functions into sub-process.h/c. Add documentation > for the new module in Documentation/technical/api-sub-process.txt > > Signed-off-by: Ben Peart > --- > Documentation/technical/api-sub-process.txt | 54 + > Mak

[PATCH v5 7/8] sub-process: move sub-process functions into separate files

2017-04-07 Thread Ben Peart
Move the sub-proces functions into sub-process.h/c. Add documentation for the new module in Documentation/technical/api-sub-process.txt Signed-off-by: Ben Peart --- Documentation/technical/api-sub-process.txt | 54 + Makefile| 1 + convert.c