diff options
Diffstat (limited to 'third_party/cgit/ui-plain.h')
-rw-r--r-- | third_party/cgit/ui-plain.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/cgit/ui-plain.h b/third_party/cgit/ui-plain.h new file mode 100644 index 000000000000..5bff07b83b99 --- /dev/null +++ b/third_party/cgit/ui-plain.h @@ -0,0 +1,6 @@ +#ifndef UI_PLAIN_H +#define UI_PLAIN_H + +extern void cgit_print_plain(void); + +#endif /* UI_PLAIN_H */ |