]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Make stat_task static.
authorAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 17:34:08 +0000 (19:34 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 17:34:08 +0000 (19:34 +0200)
commit074c45e88bca5e9d12d7905efb918843b5372e04
tree392388a2139a996dc7fc4275d3fed90081c2a743
parentd20b524267f4c0594e0246643853db8cba68fa10
audiod: Make stat_task static.

The only reason it wasn't static was that audiod_command.c
could use it. However, audiod_command.c only needs
stat_item_values[] and several other fields that were only
used in get_time_string().

So move stat_item_values[] out of struct status task so that
audiod_command.c can use it, and move get_time_string() from
audio_command.c to audiod.c.
audiod.c
audiod.h
audiod_command.c