diff options
| author | 2008-08-06 17:53:50 (JST) | |
|---|---|---|
| committer | 2008-08-06 18:21:30 (JST) | |
| commit | e5da4bca54574522b28f88cab0dc8ebad9e35a73 (patch) | |
| tree | 08e02b9e0962a12040faab27e7841a74a800ddf2 /html.h | |
| parent | 02a545e63454530c1639014d3239c14ced2022c6 (diff) | |
| download | cgit-e5da4bca54574522b28f88cab0dc8ebad9e35a73.zip cgit-e5da4bca54574522b28f88cab0dc8ebad9e35a73.tar.gz | |
Implement plain view
This implements a way to access plain blobs by path (similar to the
tree view) instead of by sha1.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'html.h')
| -rw-r--r-- | html.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | extern int htmlfd; | 4 | extern int htmlfd; |
| 5 | 5 | ||
| 6 | extern void html_raw(const char *txt, size_t size); | ||
| 6 | extern void html(const char *txt); | 7 | extern void html(const char *txt); |
| 7 | extern void htmlf(const char *format,...); | 8 | extern void htmlf(const char *format,...); |
| 8 | extern void html_status(int code, int more_headers); | 9 | extern void html_status(int code, int more_headers); |
