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>
Este commit está contenido en:
Lars Hjemli
2006-12-11 16:38:30 +01:00
padre 51ada4fda2
commit 5a106eb09b
Se han modificado 4 ficheros con 99 adiciones y 82 borrados

Ver fichero

@@ -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