top.c: Allow heavier optimization
authorAlexander Graf <agraf@znc.in>
Sun, 8 Feb 2009 15:13:45 +0000 (16:13 +0100)
committerAlexander Graf <agraf@znc.in>
Sun, 8 Feb 2009 15:13:45 +0000 (16:13 +0100)
commit1ac4104e0b3c0cbbf1562a0c7b7bea963524adc6
treef3843bab308ed02eb76565982ef68afc1dc7515f
parent04623066d75fb2ac63eed4dd3183740b41cd70c6
top.c: Allow heavier optimization

This makes it possible for the compiler to do better optimizations by
adding "static" to functions which do not need to be exported.

Since some of them (e.g. the compare_*() functions) are called very
often, this may decrease conky's need of resources a bit.
src/top.c