aboutsummaryrefslogtreecommitdiff
path: root/src/lib/index/include/website.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/index/include/website.h')
-rw-r--r--src/lib/index/include/website.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/index/include/website.h b/src/lib/index/include/website.h
new file mode 100644
index 0000000..e67d58b
--- /dev/null
+++ b/src/lib/index/include/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