-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable