diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-12-07 19:53:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 19:53:44 -0500 |
commit | 456c5a481a7dabb53434a696488ac6eecb962d5b (patch) | |
tree | 8f4743a4cfdad61f9aeac0dffce050e5bd9eef1d /src/cli/stasis_indexer/website.h | |
parent | bdadebfceffad22179b33948113b2bf82f02c1f7 (diff) | |
parent | 4c403d1f1318a163b017605c2af6d1a14c579f99 (diff) | |
download | stasis-456c5a481a7dabb53434a696488ac6eecb962d5b.tar.gz |
Merge pull request #74 from jhunkeler/with-indexer-tlc
Combined: indexer-tlc and clone-existing-directory
Diffstat (limited to 'src/cli/stasis_indexer/website.h')
-rw-r--r-- | src/cli/stasis_indexer/website.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli/stasis_indexer/website.h b/src/cli/stasis_indexer/website.h new file mode 100644 index 0000000..e67d58b --- /dev/null +++ b/src/cli/stasis_indexer/website.h @@ -0,0 +1,8 @@ +#ifndef WEBSITE_H +#define WEBSITE_H + +#include "helpers.h" + +int indexer_make_website(const struct Delivery *ctx); + +#endif //WEBSITE_H |