From d532c4d1612c94347427fa1afda6afb7c34e512a Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 01 Sep 2008 20:40:55 +0000 Subject: 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 --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index a1fa841..1615616 100644 --- a/cgit.h +++ b/cgit.h @@ -166,6 +166,7 @@ struct cgit_config { struct cgit_page { time_t modified; time_t expires; + size_t size; char *mimetype; char *charset; char *filename; -- cgit v0.9.0.2