Add separate header-files for each page/view

Yet another step towards removing cgit.h.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2008-03-24 16:38:47 +01:00
父節點 f34478cbe0
當前提交 c5984a9896
共有 15 個文件被更改,包括 257 次插入189 次删除

6
ui-blob.h Normal file
查看文件

@@ -0,0 +1,6 @@
#ifndef UI_BLOB_H
#define UI_BLOB_H
extern void cgit_print_blob(const char *hex, char *path);
#endif /* UI_BLOB_H */