A lot of functions are visible public but this isn't necessary.
nm libxeve.so
Now most of functions are global, we may limit scope of functions to show only necessary public API, and rest of them make for example static to limit their range.
It will be desired to make code refactoring.
Also the same should be done in xevd.
A lot of functions are visible public but this isn't necessary.
nm libxeve.soNow most of functions are global, we may limit scope of functions to show only necessary public API, and rest of them make for example static to limit their range.
It will be desired to make code refactoring.
Also the same should be done in xevd.