]> granicus.if.org Git - cgit/commit
Add struct cgit_page to cgit_context
authorLars Hjemli <hjemli@gmail.com>
Sun, 23 Mar 2008 23:51:19 +0000 (00:51 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sun, 23 Mar 2008 23:51:19 +0000 (00:51 +0100)
commitf3c1a187fe2bc33f8423cd535d5045899699995b
treeb5c553da7b108900535fcfcd24b78bdd0ac62387
parentb1f9b9c1459cb9a30ebf80721aff6ef788d1f891
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 <hjemli@gmail.com>
cgit.c
cgit.h
shared.c
ui-blob.c
ui-patch.c
ui-repolist.c
ui-shared.c
ui-snapshot.c