Split conky.h into several smaller header files
authorKevin Lyles <iqgryn@users.sourceforge.net>
Sat, 14 Jun 2008 18:41:12 +0000 (18:41 +0000)
committerKevin Lyles <iqgryn@users.sourceforge.net>
Sat, 14 Jun 2008 18:41:12 +0000 (18:41 +0000)
commit610b0b628dcab16dc218e8a417b7f9b82d89483e
tree280e0202c8b47bade5f73ebe654fd631158f219a
parent59704d5e3e39ec6e150d95727d43c1b9e8763eb4
Split conky.h into several smaller header files

In order to do this correctly:
Removed duplicate includes
Fixed mpd functions to accept mpd_s instead of information
Freed mpd.h of any need to include conky.h (mpd.c still includes it for the constants)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1154 7f574dfc-610e-0410-a909-a81674777703
42 files changed:
src/audacious.c
src/audacious.h
src/bmpx.c
src/bmpx.h [new file with mode: 0644]
src/common.c
src/common.h [new file with mode: 0644]
src/conky.c
src/conky.h
src/diskio.c
src/freebsd.c
src/freebsd.h [new file with mode: 0644]
src/fs.c
src/fs.h [new file with mode: 0644]
src/hddtemp.c
src/hddtemp.h [new file with mode: 0644]
src/libmpdclient.c
src/libtcp-portmon.h
src/linux.c
src/linux.h [new file with mode: 0644]
src/mail.c
src/mail.h [new file with mode: 0644]
src/mboxscan.c
src/mixer.c
src/mixer.h [new file with mode: 0644]
src/mpd.c
src/mpd.h [new file with mode: 0644]
src/netbsd.c
src/netbsd.h [new file with mode: 0644]
src/openbsd.c
src/openbsd.h [new file with mode: 0644]
src/prss.c
src/rss.c
src/rss.h [new file with mode: 0644]
src/smapi.c
src/smapi.h
src/timed_thread.c
src/timed_thread.h
src/top.h
src/users.c
src/x11.h [new file with mode: 0644]
src/xmms2.c
src/xmms2.h [new file with mode: 0644]