aboutsummaryrefslogtreecommitdiff
path: root/include/install.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/install.h')
-rw-r--r--include/install.h1
1 files changed, 1 insertions, 0 deletions
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