Home
last modified time | relevance | path

Searched refs:check_weed_abi_compat (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.h138 int check_weed_abi_compat(int32_t higher, int32_t lower);
H A Dweed-utils.c802 int check_weed_abi_compat(int32_t higher, int32_t lower) { in check_weed_abi_compat() function
839 if (check_weed_abi_compat(host_weed_api_version, plugin_weed_api_max_version) == 0) return 0; in check_version_compat()