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
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/