put tail and head code into separate files
authorPhil Sutter <phil@nwl.cc>
Mon, 5 Jan 2009 00:27:07 +0000 (01:27 +0100)
committerPhil Sutter <phil@nwl.cc>
Sun, 22 Feb 2009 02:00:26 +0000 (03:00 +0100)
commit20809f31987f5d9672ee53dd85e8f674cd49136a
treee166ba54be1839541f6f38a986d2c8972eee6b2f
parent77c59b260d2961a7c2c5eac362e5678baeeec7c6
put tail and head code into separate files

In fact these two objects share a lot of code, so the bigger plan is to
merge them into a single file to share equal code.

This should not change anything to the code flow, besides making conky
startup a bit more robust due to less use of CRIT_ERR.
src/Makefile.am
src/conky.c
src/conky.h
src/head.c [new file with mode: 0644]
src/head.h [new file with mode: 0644]
src/tail.c [new file with mode: 0644]
src/tail.h [new file with mode: 0644]