Re: [Openvpn-devel] [PATCH v6] merge *-inline.h files with their main header

2018-10-06 Thread Gert Doering
Hi, On Sun, Nov 12, 2017 at 04:48:30PM +0800, Antonio Quartulli wrote: > *-inline.h files are not very useful anymore. > In the attempt of cleaning up the code some more, > merge them into their main header files. > > At the same time, move functions from fowrard.h > to forward.c, when they are u

Re: [Openvpn-devel] [PATCH v6] merge *-inline.h files with their main header

2017-11-12 Thread Steffan Karger
Hi, On 12-11-17 09:48, Antonio Quartulli wrote: > *-inline.h files are not very useful anymore. > In the attempt of cleaning up the code some more, > merge them into their main header files. > > At the same time, move functions from fowrard.h > to forward.c, when they are used only in the latter.

[Openvpn-devel] [PATCH v6] merge *-inline.h files with their main header

2017-11-12 Thread Antonio Quartulli
*-inline.h files are not very useful anymore. In the attempt of cleaning up the code some more, merge them into their main header files. At the same time, move functions from fowrard.h to forward.c, when they are used only in the latter. No functional change is part of this patch. Cc: Steffan Ka