diff options
Diffstat (limited to 'ui-wiki.h')
-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 */ |