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

2017-09-17 Thread Antonio Quartulli
On 18/09/17 13:18, Antonio Quartulli wrote: > Hi, > > On 17/09/17 20:00, Steffan Karger wrote: > > [CUT] > >>> @@ -101,4 +104,16 @@ void pf_context_print(const struct pf_context *pfc, >>> const char *prefix, const in >>> >>> #endif >>> >>> +bool pf_c2c_test(const struct context *src, con

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

2017-09-17 Thread Antonio Quartulli
Hi, On 17/09/17 20:00, Steffan Karger wrote: [CUT] >> @@ -101,4 +104,16 @@ void pf_context_print(const struct pf_context *pfc, >> const char *prefix, const in >> >> #endif >> >> +bool pf_c2c_test(const struct context *src, const struct context *dest, >> + const char *prefix

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

2017-09-17 Thread Steffan Karger
Hi, On 28-08-17 10:56, 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. > > Signed-off-by: Antonio Quartulli > --- > > patch ha

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

2017-08-28 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. Signed-off-by: Antonio Quartulli --- patch has been verified with travis-ci src/openvpn/Makefile.am