aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/include/website.h
blob: 83657a1150512710597cadecf72721c12e6fefaa (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WEBSITE_H
#define WEBSITE_H

#include "helpers.h"

int indexer_make_website(struct Delivery **ctx);

#endif //WEBSITE_H