diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-09-01 22:40:55 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-09-01 22:40:55 +0200 |
commit | d532c4d1612c94347427fa1afda6afb7c34e512a (patch) | |
tree | 53f3f86ba8e78051bee96cb65a6219ef43d9adab /ui-plain.h | |
parent | 288d502b3d8e7fa916104b486bbb146521e5c716 (diff) | |
parent | 885096c189574b1cf2e0897cc05aadd7b092a677 (diff) |
Merge branch 'lh/plain'
* lh/plain:
Supply status description to html_status()
ui-tree: link to plain view instead of blob view
Implement plain view
Diffstat (limited to 'ui-plain.h')
-rw-r--r-- | ui-plain.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-plain.h b/ui-plain.h new file mode 100644 index 0000000..4373118 --- /dev/null +++ b/ui-plain.h @@ -0,0 +1,6 @@ +#ifndef UI_PLAIN_H +#define UI_PLAIN_H + +extern void cgit_print_plain(struct cgit_context *ctx); + +#endif /* UI_PLAIN_H */ |