]> granicus.if.org Git - cgit/commit
Move function for configfile parsing into configfile.[ch]
authorLars Hjemli <hjemli@gmail.com>
Thu, 27 Mar 2008 23:09:11 +0000 (00:09 +0100)
committerLars Hjemli <hjemli@gmail.com>
Thu, 27 Mar 2008 23:09:11 +0000 (00:09 +0100)
commit20a33548b9a87a6eb23162ee5d137daa46d78613
tree9c4ca364df64dcce640a531c7f515ee48bc99387
parentee4056bd2c902a12dea67874368863fe60ea5a5f
Move function for configfile parsing into configfile.[ch]

This is a generic function which wanted its own little object file.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Makefile
cgit.c
cgit.h
configfile.c [new file with mode: 0644]
configfile.h [new file with mode: 0644]
parsing.c