aboutsummaryrefslogtreecommitdiff
path: root/src/lib/index/include/website.h
blob: e67d58b5904d91ac2431f9afabe08c62896afb63 (plain) (blame)
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