diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-03 22:02:27 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-03 22:02:27 +1200 |
| commit | 4522aa13bc8287ee56c548fbde5755ac022fb249 (patch) | |
| tree | a3b7352c567732b5ece842416d5e40c17e4adea3 /include/libmbpk.h | |
| parent | 6b799c775003ca6d53670141798a5e3c8727d148 (diff) | |
| download | mbpk-4522aa13bc8287ee56c548fbde5755ac022fb249.tar.xz mbpk-4522aa13bc8287ee56c548fbde5755ac022fb249.zip | |
Fix memory leaks and issues and implement strerr, also start working on the next part of updating repos
Diffstat (limited to 'include/libmbpk.h')
| -rw-r--r-- | include/libmbpk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libmbpk.h b/include/libmbpk.h index f425967..083a693 100644 --- a/include/libmbpk.h +++ b/include/libmbpk.h @@ -35,6 +35,7 @@ int mbpk_resolve_dependencies(mbpk_pkg **pkg, mbpk_pkg ***pkgs); int mbpk_upgrade(mbpk_pkg **pkg); int mbpk_upgrade_all(void); int mbpk_update_repositories(void); +const char *mbpk_strerr(int code); void mbpk_cleanup(void); void mbpk_pkg_free(mbpk_pkg *pkg); |
