Move common output-functions into ui-shared.c

While at it, replace the cgit_[lib_]error constants with a proper function

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
此提交包含在:
Lars Hjemli
2006-12-11 16:38:30 +01:00
父節點 51ada4fda2
當前提交 5a106eb09b
共有 4 個檔案被更改,包括 99 行新增82 行删除

查看文件

@@ -5,7 +5,7 @@ INSTALL_CSS = /var/www/htdocs/cgit.css
CACHE_ROOT = /var/cache/cgit
EXTLIBS = ../git/libgit.a ../git/xdiff/lib.a -lz -lcrypto
OBJECTS = parsing.o html.o cache.o
OBJECTS = parsing.o html.o cache.o ui-shared.o
CFLAGS += -Wall