From 2c947166b0b573239c57d190031b4069174e4732 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 24 Feb 2020 00:17:10 -0500 Subject: Add install_show_package() --- include/install.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/install.h') diff --git a/include/install.h b/include/install.h index 3ecba04..784c608 100644 --- a/include/install.h +++ b/include/install.h @@ -2,6 +2,7 @@ #define SPM_INSTALL_H int metadata_remove(const char *_path); +void install_show_package(ManifestPackage *package); int install(const char *destroot, const char *_package); #endif //SPM_INSTALL_H -- cgit