1 2 3 4 5 6 7 8
#ifndef BUILD_DB_H #define BUILD_DB_H #include "package.h" void package_run_build(const package_info_t* info); #endif