1 2 3 4 5 6 7
#ifndef SPM_INSTALL_H #define SPM_INSTALL_H int metadata_remove(const char *_path); int install(const char *destroot, const char *_package); #endif //SPM_INSTALL_H