#ifndef BUILD_DB_H #define BUILD_DB_H #include "package.h" void package_run_install(const package_info_t* info); #endif