Version functions
Version functions — functions to get the library version.
|
|
Description
Note that library version is not the same thing as SONAME version. The
libsmarcols uses symbols versioning and SONAME is not modified for releases.
The library version and symbols version follow util-linux package versioning.
Functions
scols_get_library_version ()
int
scols_get_library_version (const char **ver_string
);
Returns
release version number.
scols_parse_version_string ()
int
scols_parse_version_string (const char *ver_string
);
Returns
release version code.
Types and Values
LIBSMARTCOLS_VERSION
#define LIBSMARTCOLS_VERSION "2.29.2"
Library version string