merge tail and head into a single source file
authorPhil Sutter <phil@nwl.cc>
Mon, 5 Jan 2009 12:11:13 +0000 (13:11 +0100)
committerPhil Sutter <phil@nwl.cc>
Sun, 22 Feb 2009 02:00:35 +0000 (03:00 +0100)
commit90a3e8de80187cc3592280c3fb1bd31e43a6e91f
tree33c304c3d20131f7410c41c9135e0b422ecff00c
parent20809f31987f5d9672ee53dd85e8f674cd49136a
merge tail and head into a single source file

This allows having the same init-function for both objects. Code size
could be further reduced, as the print-functions share some code, too.
src/Makefile.am
src/conky.c
src/head.c [deleted file]
src/head.h [deleted file]
src/tail.c [deleted file]
src/tail.h [deleted file]
src/tailhead.c [new file with mode: 0644]
src/tailhead.h [new file with mode: 0644]