Skip to content

Limit of the scope of private functions #103

@dariusz-f

Description

@dariusz-f

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions