#ifndef WEBSITE_H #define WEBSITE_H #include "helpers.h" int indexer_make_website(const struct Delivery *ctx); #endif //WEBSITE_H