From e6ad894ba53a185fc19f8563e26aff2ac93edd20 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 4 Sep 2025 23:42:18 +0000 Subject: add wiki support to cgit --- ui-wiki.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ui-wiki.h (limited to 'ui-wiki.h') diff --git a/ui-wiki.h b/ui-wiki.h new file mode 100644 index 0000000..7160010 --- /dev/null +++ b/ui-wiki.h @@ -0,0 +1,6 @@ +#ifndef UI_WIKI_H +#define UI_WIKI_H + +extern void cgit_print_wiki(const char *rev); + +#endif /* UI_TREE_H */ -- cgit v1.2.3-freya