Re: [Openvpn-devel] [PATCH v5 2/3] merge *-inline.h files with their main header

2017-11-11 Thread Steffan Karger
Hi, On 11-11-17 17:18, 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. > > No functional change is part of this patch. > > Cc: Steffan Karger > Signed-off-by: Antonio Quartull

[Openvpn-devel] [PATCH v5 2/3] merge *-inline.h files with their main header

2017-11-11 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. No functional change is part of this patch. Cc: Steffan Karger Signed-off-by: Antonio Quartulli --- v4: pf_c2c/addr_test() has been made static again v5: no