1 2 3 4 5 6 7 8
#ifndef WEBSITE_H #define WEBSITE_H #include "helpers.h" int indexer_make_website(const struct Delivery *ctx); #endif //WEBSITE_H