diff options
| author | 2024-01-02 21:11:05 -0600 | |
|---|---|---|
| committer | 2024-01-02 21:11:05 -0600 | |
| commit | d0216f9f2ef07c33554e225ede04157afc4947d7 (patch) | |
| tree | 9b5a3f6b5be63c6e2e3567436b3393801ede4ed8 /src/version.h | |
| parent | library downloads complete (diff) | |
make library API better
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h index 8ba428f..e59dcb9 100644 --- a/src/version.h +++ b/src/version.h @@ -97,4 +97,8 @@ enum l2_version_check_result { RULE_CHECK_DISALLOW, } l2_version_check_rules(json_t *rules, l2_version_feature_match_proc_t *matcher); +unsigned l2_version_collect_libraries(json_t *version, struct l2_version_library **libs, l2_version_feature_match_proc_t *feature_matcher); +unsigned l2_version_download_libraries(struct l2_version_library *libs); +void l2_version_free_libraries(struct l2_version_library *libs); + #endif /* include guard */ |
