#ifndef DOWNLOAD_DB_H #define DOWNLOAD_DB_H #include #include "package.h" bool download_package(package_info_t* pkg); #endif