blob: c57fc7b5f92e61d8e3404db6853d29c2ebc4f508 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef STASIS_INDEX_H
#define STASIS_INDEX_H
#include "args.h"
#include "helpers.h"
#include "index_callbacks.h"
#include "index.h"
#include "junitxml_report.h"
#include "readmes.h"
#include "website.h"
int stasis_index_entrypoint(int argc, char *argv[]);
#endif
|