From: Lars Hjemli Date: Sun, 23 Mar 2008 23:51:19 +0000 (+0100) Subject: Add struct cgit_page to cgit_context X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/f3c1a187fe2bc33f8423cd535d5045899699995b?ds=inline;hp=f3c1a187fe2bc33f8423cd535d5045899699995b Add struct cgit_page to cgit_context This struct is used when generating http headers, and as such is another small step towards the goal of the whole cleanup series; to invoke each page/view function with a function pointer. Signed-off-by: Lars Hjemli ---