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