diff options
author | Freya Murphy <freya@freyacat.org> | 2025-09-04 23:42:18 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-09-04 23:42:18 +0000 |
commit | e6ad894ba53a185fc19f8563e26aff2ac93edd20 (patch) | |
tree | 6010b57dc2969285d0fcd88617dbaf7909d57fe6 /ui-wiki.h | |
parent | repo urls should be case insensitive (diff) | |
download | cgit-master.tar.gz cgit-master.tar.bz2 cgit-master.zip |
Diffstat (limited to '')
-rw-r--r-- | ui-wiki.h | 6 |
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 */ |