summaryrefslogtreecommitdiff
path: root/ui-wiki.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-09-04 23:42:18 +0000
committerFreya Murphy <freya@freyacat.org>2025-09-04 23:42:18 +0000
commite6ad894ba53a185fc19f8563e26aff2ac93edd20 (patch)
tree6010b57dc2969285d0fcd88617dbaf7909d57fe6 /ui-wiki.h
parentrepo urls should be case insensitive (diff)
downloadcgit-e6ad894ba53a185fc19f8563e26aff2ac93edd20.tar.gz
cgit-e6ad894ba53a185fc19f8563e26aff2ac93edd20.tar.bz2
cgit-e6ad894ba53a185fc19f8563e26aff2ac93edd20.zip
add wiki support to cgitHEADmaster
Diffstat (limited to 'ui-wiki.h')
-rw-r--r--ui-wiki.h6
1 files changed, 6 insertions, 0 deletions
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 */