Re: [Openvpn-devel] [PATCH 3/5] add missing static attribute to functions

2017-08-13 Thread Steffan Karger
On 11-08-17 11:07, Antonio Quartulli wrote: > From: Antonio Quartulli > > Functions used only in the file where they are > defined and not exported in any header, should > always defined as static in order to make the scope > clear to the compiler and the developers. > > Add the static attribut

[Openvpn-devel] [PATCH 3/5] add missing static attribute to functions

2017-08-11 Thread Antonio Quartulli
From: Antonio Quartulli Functions used only in the file where they are defined and not exported in any header, should always defined as static in order to make the scope clear to the compiler and the developers. Add the static attribute where missing. Signed-off-by: Antonio Quartulli --- src/